#AFE385

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

Shades of Feijoa #AFE385

Tints of Feijoa #AFE385

Color information

#AFE385 (or 0xAFE385) is unknown color: approx Feijoa. HEX triplet: AF, E3 and 85. RGB value is (175,227,133). Sum of RGB (Red+Green+Blue) = 175+227+133=535 (70% of max value = 765). Red value is 175 (68.75% from 255 or 32.71% from 535); Green value is 227 (89.06% from 255 or 42.43% from 535); Blue value is 133 (52.34% from 255 or 24.86% from 535); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE385 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFE385 is #501C7A. Grayscale: #C9C9C9. Windows color (decimal): -5250171 or 8774575. OLE color: 8774575.

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

Color convert

RGB175227133-
CMYK0.2300.410.11
HSL93.19º62.67%70.59%-
HSV(B)93.19º41.41%89.02%-
XYZ49.3865.7532.28-
YUV200.7489.77109.64-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.71%
GREEN value IS 227 (89.06% from 255) = 42.43%
BLUE value IS 133 (52.34% from 255) = 24.86%
R=32.71%
G=42.43%
B=24.86%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1752271330.2300.410.1193.1962.6770.59
HexAFE38517029B5d3f47
Octal257343205270511313577107
Binary101011111110001110000101101110101001101110111011111111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFE385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFE385; }

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

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

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

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

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

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

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

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