#AFEA8E

Color #AFEA8E Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #AFEA8E

Tints of Feijoa #AFEA8E

Color information

#AFEA8E (or 0xAFEA8E) is unknown color: approx Feijoa. HEX triplet: AF, EA and 8E. RGB value is (175,234,142). Sum of RGB (Red+Green+Blue) = 175+234+142=551 (72% of max value = 765). Red value is 175 (68.75% from 255 or 31.76% from 551); Green value is 234 (91.80% from 255 or 42.47% from 551); Blue value is 142 (55.86% from 255 or 25.77% from 551); Max value from RGB is 234 - color contains mainly: green. Hex color #AFEA8E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AFEA8E is #501571. Grayscale: #CECECE. Windows color (decimal): -5248370 or 9366191. OLE color: 9366191.

HSL color Cylindrical-coordinate representation of color #AFEA8E: hue angle of 98.48º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #AFEA8E is Cyan = 0.25, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.08.

Color convert

RGB175234142-
CMYK0.2500.390.08
HSL98.48º68.66%73.73%-
HSV(B)98.48º39.32%91.76%-
XYZ51.9869.9136.35-
YUV205.8791.95105.98-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 31.76%
GREEN value IS 234 (91.80% from 255) = 42.47%
BLUE value IS 142 (55.86% from 255) = 25.77%
R=31.76%
G=42.47%
B=25.77%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1752341420.2500.390.0898.4868.6673.73
HexAFEA8E19027862454a
Octal2573522163104710142105112
Binary1010111111101010100011101100101001111000110001010001011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFEA8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFEA8E; }

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

 H1.HeaderClassName
 {
   color: #AFEA8E;
 }
 .AnyTagClassName
 {
   color: #AFEA8E;
 }
</style>
background-color css

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

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

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

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

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

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