#d9f2ac

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

Shades of Reef #D9F2AC

Tints of Reef #D9F2AC

Color information

#D9F2AC (or 0xD9F2AC) is unknown color: approx Reef. HEX triplet: D9, F2 and AC. RGB value is (217,242,172). Sum of RGB (Red+Green+Blue) = 217+242+172=631 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.39% from 631); Green value is 242 (94.92% from 255 or 38.35% from 631); Blue value is 172 (67.58% from 255 or 27.26% from 631); Max value from RGB is 242 - color contains mainly: green. Hex color #D9F2AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9F2AC is #260D53. Grayscale: #E2E2E2. Windows color (decimal): -2493780 or 11334361. OLE color: 11334361.

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

Color convert

RGB217242172-
CMYK0.1000.290.05
HSL81.43º72.92%81.18%-
HSV(B)81.43º28.93%94.9%-
XYZ67.8181.2351.14-
YUV226.5497.22121.19-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.39%
GREEN value IS 242 (94.92% from 255) = 38.35%
BLUE value IS 172 (67.58% from 255) = 27.26%
R=34.39%
G=38.35%
B=27.26%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172421720.1000.290.0581.4372.9281.18
HexD9F2ACA01D5514951
Octal331362254120355121111121
Binary1101100111110010101011001010011101101101000110010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d9f2ac

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d9f2ac; }

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

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

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

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

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

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

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

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