Html Css Color HEX #AFF27C Feijoa

📋 copy color: '#AFF27C'

red 175 ◦ green 242 ◦ blue 124

#AFF27C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #AFF27C

Tints of Feijoa #AFF27C

RGB

 RED value IS 175 (68.75% from 255) = 32.35%

 GREEN value IS 242 (94.92% from 255) = 44.73%

 BLUE value IS 124 (48.83% from 255) = 22.92%

R = 32.35%
G = 44.73%
B = 22.92%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AFF27C (or 0xAFF27C) is known color: Feijoa. HEX triplet: AF, F2 and 7C. RGB value is (175,242,124). Sum of RGB (Red+Green+Blue) = 175+242+124=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 242 (94.92% from 255 or 44.73% from 541); Blue value is 124 (48.83% from 255 or 22.92% from 541); Max value from RGB is 242 - color contains mainly: green. Hex color #AFF27C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #AFF27C is #500D83. Grayscale: #D0D0D0. Windows color (decimal): -5246340 or 8188591. OLE color: 8188591.

HSL color Cylindrical-coordinate representation of color #AFF27C: hue angle of 94.07º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AFF27C is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.

Color convert

RGB 175 242 124 -
CMYK 0.28 0 0.49 0.05
HSL 94.07º 0.82% 0.72% -
HSV(B) 94.07º 0.49% 0.95% -
XYZ 53.07 74.07 30.57 -
YUV 208.52 80.3 104.09 -
System Red Green Blue C M Y K H S L
Decimal 175 242 124 0.28 0 0.49 0.05 94.07 0.82 0.72
Hex AF F2 7C 1C 0 31 5 5E 52 48
Octal 257 362 174 34 0 61 5 136 122 110
Binary 10101111 11110010 1111100 11100 0 110001 101 1011110 1010010 1001000

Color Harmonies of #AFF27C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFF27C

Black with #AFF27C

Text Example


Text Example

White with #AFF27C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFF27C; }

 p { color: rgb(175,242,124); }

 H1.HeaderClassName
 {
   color: #AFF27C;
 }
 .AnyTagClassName
 {
   color: #AFF27C;
 }
</style>

background-color css

<style>
 a { background-color: #AFF27C; }

 a { background-color: rgb(175,242,124); }

 div.DivClassName
 {
   background-color: #AFF27C;
 }
 .BgClassName
 {
   background-color: #AFF27C;
 }
</style>

border-color css

<style>
 span { border-color: #AFF27C; }

 span { border-color: rgb(175,242,124); }

 td.TdClassName
 {
   border-color: #AFF27C;
 }
 .TagClassName
 {
   border-color: #AFF27C;
 }
</style>