#AFDB96

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

Shades of Feijoa #AFDB96

Tints of Feijoa #AFDB96

Color information

#AFDB96 (or 0xAFDB96) is unknown color: approx Feijoa. HEX triplet: AF, DB and 96. RGB value is (175,219,150). Sum of RGB (Red+Green+Blue) = 175+219+150=544 (72% of max value = 765). Red value is 175 (68.75% from 255 or 32.17% from 544); Green value is 219 (85.94% from 255 or 40.26% from 544); Blue value is 150 (58.98% from 255 or 27.57% from 544); Max value from RGB is 219 - color contains mainly: green. Hex color #AFDB96 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AFDB96 is #502469. Grayscale: #C6C6C6. Windows color (decimal): -5252202 or 9886639. OLE color: 9886639.

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

Color convert

RGB175219150-
CMYK0.2000.320.14
HSL98.26º48.94%72.35%-
HSV(B)98.26º31.51%85.88%-
XYZ48.5261.9838.26-
YUV197.98100.92111.61-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 32.17%
GREEN value IS 219 (85.94% from 255) = 40.26%
BLUE value IS 150 (58.98% from 255) = 27.57%
R=32.17%
G=40.26%
B=27.57%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1752191500.2000.320.1498.2648.9472.35
HexAFDB9614020E623148
Octal257333226240401614261110
Binary101011111101101110010110101000100000111011000101100011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFDB96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFDB96; }

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

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

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

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

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

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

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

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