Html Css Color HEX #AFE08E Feijoa

📋 copy color: '#AFE08E'

red 175 ◦ green 224 ◦ blue 142

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

Shades of Feijoa #AFE08E

Tints of Feijoa #AFE08E

RGB

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

 GREEN value IS 224 (87.89% from 255) = 41.4%

 BLUE value IS 142 (55.86% from 255) = 26.25%

R = 32.35%
G = 41.4%
B = 26.25%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.37

 K value IS 0.12

RGB Variations

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

Color information

#AFE08E (or 0xAFE08E) is known color: Feijoa. HEX triplet: AF, E0 and 8E. RGB value is (175,224,142). Sum of RGB (Red+Green+Blue) = 175+224+142=541 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.35% from 541); Green value is 224 (87.89% from 255 or 41.40% from 541); Blue value is 142 (55.86% from 255 or 26.25% from 541); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE08E is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE08E is #501F71. Grayscale: #C8C8C8. Windows color (decimal): -5250930 or 9363631. OLE color: 9363631.

HSL color Cylindrical-coordinate representation of color #AFE08E: hue angle of 95.85º degrees, saturation: 0.57, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #AFE08E is Cyan = 0.22, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 142 -
CMYK 0.22 0 0.37 0.12
HSL 95.85º 0.57% 0.72% -
HSV(B) 95.85º 0.37% 0.88% -
XYZ 49.22 64.38 35.42 -
YUV 200 95.27 110.17 -
System Red Green Blue C M Y K H S L
Decimal 175 224 142 0.22 0 0.37 0.12 95.85 0.57 0.72
Hex AF E0 8E 16 0 25 C 60 39 48
Octal 257 340 216 26 0 45 14 140 71 110
Binary 10101111 11100000 10001110 10110 0 100101 1100 1100000 111001 1001000

Color Harmonies of #AFE08E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE08E

Black with #AFE08E

Text Example


Text Example

White with #AFE08E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE08E; }

 p { color: rgb(175,224,142); }

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

background-color css

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

 a { background-color: rgb(175,224,142); }

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

border-color css

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

 span { border-color: rgb(175,224,142); }

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