#AFE37B

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

Shades of Feijoa #AFE37B

Tints of Feijoa #AFE37B

Color information

#AFE37B (or 0xAFE37B) is unknown color: approx Feijoa. HEX triplet: AF, E3 and 7B. RGB value is (175,227,123). Sum of RGB (Red+Green+Blue) = 175+227+123=525 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.33% from 525); Green value is 227 (89.06% from 255 or 43.24% from 525); Blue value is 123 (48.44% from 255 or 23.43% from 525); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE37B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #AFE37B is #501C84. Grayscale: #C7C7C7. Windows color (decimal): -5250181 or 8119215. OLE color: 8119215.

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

Color convert

RGB175227123-
CMYK0.2300.460.11
HSL90º65%68.63%-
HSV(B)90º45.81%89.02%-
XYZ48.7265.4828.81-
YUV199.684.77110.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.33%
GREEN value IS 227 (89.06% from 255) = 43.24%
BLUE value IS 123 (48.44% from 255) = 23.43%
R=33.33%
G=43.24%
B=23.43%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271230.2300.460.11906568.63
HexAFE37B1702EB5a4145
Octal2573431732705613132101105
Binary101011111110001111110111011101011101011101101010000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE37B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE37B; }

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

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

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

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

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

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

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

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