#AFDB88

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

Shades of Feijoa #AFDB88

Tints of Feijoa #AFDB88

Color information

#AFDB88 (or 0xAFDB88) is unknown color: approx Feijoa. HEX triplet: AF, DB and 88. RGB value is (175,219,136). Sum of RGB (Red+Green+Blue) = 175+219+136=530 (70% of max value = 765). Red value is 175 (68.75% from 255 or 33.02% from 530); Green value is 219 (85.94% from 255 or 41.32% from 530); Blue value is 136 (53.52% from 255 or 25.66% from 530); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB88 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB88 is #502477. Grayscale: #C4C4C4. Windows color (decimal): -5252216 or 8969135. OLE color: 8969135.

HSL color Cylindrical-coordinate representation of color #AFDB88: hue angle of 91.81º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AFDB88 is Cyan = 0.20, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB175219136-
CMYK0.2000.380.14
HSL91.81º53.55%69.61%-
HSV(B)91.81º37.9%85.88%-
XYZ47.4561.5532.67-
YUV196.3893.92112.75-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 33.02%
GREEN value IS 219 (85.94% from 255) = 41.32%
BLUE value IS 136 (53.52% from 255) = 25.66%
R=33.02%
G=41.32%
B=25.66%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191360.2000.380.1491.8153.5569.61
HexAFDB8814026E5c3646
Octal257333210240461613466106
Binary101011111101101110001000101000100110111010111001101101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB88; }

 p { color: rgb(175,219,136); }

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

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

 a { background-color: rgb(175,219,136); }

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

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

 span { border-color: rgb(175,219,136); }

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