Html Css Color HEX #AFE08A Feijoa

📋 copy color: '#AFE08A'

red 175 ◦ green 224 ◦ blue 138

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

Shades of Feijoa #AFE08A

Tints of Feijoa #AFE08A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 25.7%

R = 32.59%
G = 41.71%
B = 25.7%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.38

 K value IS 0.12

RGB Variations

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

Color information

#AFE08A (or 0xAFE08A) is known color: Feijoa. HEX triplet: AF, E0 and 8A. RGB value is (175,224,138). Sum of RGB (Red+Green+Blue) = 175+224+138=537 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.59% from 537); Green value is 224 (87.89% from 255 or 41.71% from 537); Blue value is 138 (54.30% from 255 or 25.70% from 537); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE08A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE08A is #501F75. Grayscale: #C7C7C7. Windows color (decimal): -5250934 or 9101487. OLE color: 9101487.

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

Color convert

RGB 175 224 138 -
CMYK 0.22 0 0.38 0.12
HSL 94.19º 0.58% 0.71% -
HSV(B) 94.19º 0.38% 0.88% -
XYZ 48.92 64.26 33.87 -
YUV 199.55 93.27 110.49 -
System Red Green Blue C M Y K H S L
Decimal 175 224 138 0.22 0 0.38 0.12 94.19 0.58 0.71
Hex AF E0 8A 16 0 26 C 5E 3A 47
Octal 257 340 212 26 0 46 14 136 72 107
Binary 10101111 11100000 10001010 10110 0 100110 1100 1011110 111010 1000111

Color Harmonies of #AFE08A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE08A

Black with #AFE08A

Text Example


Text Example

White with #AFE08A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE08A; }

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

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

background-color css

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

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

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

border-color css

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

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

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