#AFDB97

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

Shades of Feijoa #AFDB97

Tints of Feijoa #AFDB97

Color information

#AFDB97 (or 0xAFDB97) is unknown color: approx Feijoa. HEX triplet: AF, DB and 97. RGB value is (175,219,151). Sum of RGB (Red+Green+Blue) = 175+219+151=545 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.11% from 545); Green value is 219 (85.94% from 255 or 40.18% from 545); Blue value is 151 (59.38% from 255 or 27.71% from 545); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB97 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB97 is #502468. Grayscale: #C6C6C6. Windows color (decimal): -5252201 or 9952175. OLE color: 9952175.

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

Color convert

RGB175219151-
CMYK0.2000.310.14
HSL98.82º48.57%72.55%-
HSV(B)98.82º31.05%85.88%-
XYZ48.662.0138.69-
YUV198.09101.42111.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.11%
GREEN value IS 219 (85.94% from 255) = 40.18%
BLUE value IS 151 (59.38% from 255) = 27.71%
R=32.11%
G=40.18%
B=27.71%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191510.2000.310.1498.8248.5772.55
HexAFDB971401FE633149
Octal257333227240371614361111
Binary10101111110110111001011110100011111111011000111100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB97; }

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

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

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

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

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

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

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

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