#AFD48B

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

Shades of Feijoa #AFD48B

Tints of Feijoa #AFD48B

Color information

#AFD48B (or 0xAFD48B) is unknown color: approx Feijoa. HEX triplet: AF, D4 and 8B. RGB value is (175,212,139). Sum of RGB (Red+Green+Blue) = 175+212+139=526 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.27% from 526); Green value is 212 (83.20% from 255 or 40.30% from 526); Blue value is 139 (54.69% from 255 or 26.43% from 526); Max value from RGB is 212 - color contains mainly: green. Hex color #AFD48B is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFD48B is #502B74. Grayscale: #C0C0C0. Windows color (decimal): -5254005 or 9163951. OLE color: 9163951.

HSL color Cylindrical-coordinate representation of color #AFD48B: hue angle of 90.41º degrees, saturation: 0.46, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AFD48B is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.17.

Color convert

RGB175212139-
CMYK0.1700.340.17
HSL90.41º45.91%68.82%-
HSV(B)90.41º34.43%83.14%-
XYZ45.8858.0733.22-
YUV192.6197.74115.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.27%
GREEN value IS 212 (83.20% from 255) = 40.30%
BLUE value IS 139 (54.69% from 255) = 26.43%
R=33.27%
G=40.30%
B=26.43%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1752121390.1700.340.1790.4145.9168.82
HexAFD48B11022115a2e45
Octal257324213210422113256105
Binary1010111111010100100010111000101000101000110110101011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFD48B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFD48B; }

 p { color: rgb(175,212,139); }

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

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

 a { background-color: rgb(175,212,139); }

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

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

 span { border-color: rgb(175,212,139); }

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