#D9F2AA

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

Shades of Reef #D9F2AA

Tints of Reef #D9F2AA

Color information

#D9F2AA (or 0xD9F2AA) is unknown color: approx Reef. HEX triplet: D9, F2 and AA. RGB value is (217,242,170). Sum of RGB (Red+Green+Blue) = 217+242+170=629 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.50% from 629); Green value is 242 (94.92% from 255 or 38.47% from 629); Blue value is 170 (66.80% from 255 or 27.03% from 629); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F2AA is #260D55. Grayscale: #E2E2E2. Windows color (decimal): -2493782 or 11203289. OLE color: 11203289.

HSL color Cylindrical-coordinate representation of color #D9F2AA: hue angle of 80.83º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #D9F2AA is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.

Color convert

RGB217242170-
CMYK0.1000.300.05
HSL80.83º73.47%80.78%-
HSV(B)80.83º29.75%94.9%-
XYZ67.6281.1650.13-
YUV226.3296.22121.35-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.50%
GREEN value IS 242 (94.92% from 255) = 38.47%
BLUE value IS 170 (66.80% from 255) = 27.03%
R=34.50%
G=38.47%
B=27.03%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172421700.1000.300.0580.8373.4780.78
HexD9F2AAA01E5514951
Octal331362252120365121111121
Binary1101100111110010101010101010011110101101000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F2AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F2AA; }

 p { color: rgb(217,242,170); }

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

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

 a { background-color: rgb(217,242,170); }

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

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

 span { border-color: rgb(217,242,170); }

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