Html Css Color HEX #AFE08C Feijoa

📋 copy color: '#AFE08C'

red 175 ◦ green 224 ◦ blue 140

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

Shades of Feijoa #AFE08C

Tints of Feijoa #AFE08C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 25.97%

R = 32.47%
G = 41.56%
B = 25.97%

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

#AFE08C (or 0xAFE08C) is known color: Feijoa. HEX triplet: AF, E0 and 8C. RGB value is (175,224,140). Sum of RGB (Red+Green+Blue) = 175+224+140=539 (71% of max value = 765). Red value is 175 (68.75% from 255 or 32.47% from 539); Green value is 224 (87.89% from 255 or 41.56% from 539); Blue value is 140 (55.08% from 255 or 25.97% from 539); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE08C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE08C is #501F73. Grayscale: #C8C8C8. Windows color (decimal): -5250932 or 9232559. OLE color: 9232559.

HSL color Cylindrical-coordinate representation of color #AFE08C: hue angle of 95º 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 #AFE08C is Cyan = 0.22, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.

Color convert

RGB 175 224 140 -
CMYK 0.22 0 0.38 0.12
HSL 95º 0.58% 0.71% -
HSV(B) 95º 0.38% 0.88% -
XYZ 49.07 64.32 34.64 -
YUV 199.77 94.27 110.33 -
System Red Green Blue C M Y K H S L
Decimal 175 224 140 0.22 0 0.38 0.12 95 0.58 0.71
Hex AF E0 8C 16 0 26 C 5F 3A 47
Octal 257 340 214 26 0 46 14 137 72 107
Binary 10101111 11100000 10001100 10110 0 100110 1100 1011111 111010 1000111

Color Harmonies of #AFE08C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFE08C

Black with #AFE08C

Text Example


Text Example

White with #AFE08C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFE08C; }

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

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

background-color css

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

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

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

border-color css

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

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

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