#AFE37E

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

Shades of Feijoa #AFE37E

Tints of Feijoa #AFE37E

Color information

#AFE37E (or 0xAFE37E) is unknown color: approx Feijoa. HEX triplet: AF, E3 and 7E. RGB value is (175,227,126). Sum of RGB (Red+Green+Blue) = 175+227+126=528 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.14% from 528); Green value is 227 (89.06% from 255 or 42.99% from 528); Blue value is 126 (49.61% from 255 or 23.86% from 528); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE37E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE37E is #501C81. Grayscale: #C8C8C8. Windows color (decimal): -5250178 or 8315823. OLE color: 8315823.

HSL color Cylindrical-coordinate representation of color #AFE37E: hue angle of 90.89º degrees, saturation: 0.64, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AFE37E is Cyan = 0.23, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.11.

Color convert

RGB175227126-
CMYK0.2300.440.11
HSL90.89º64.33%69.22%-
HSV(B)90.89º44.49%89.02%-
XYZ48.9165.5629.81-
YUV199.9486.27110.21-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.14%
GREEN value IS 227 (89.06% from 255) = 42.99%
BLUE value IS 126 (49.61% from 255) = 23.86%
R=33.14%
G=42.99%
B=23.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271260.2300.440.1190.8964.3369.22
HexAFE37E1702CB5b4045
Octal2573431762705413133100105
Binary101011111110001111111101011101011001011101101110000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE37E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE37E; }

 p { color: rgb(175,227,126); }

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

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

 a { background-color: rgb(175,227,126); }

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

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

 span { border-color: rgb(175,227,126); }

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