#DAF9E0

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

Shades of Off Green #DAF9E0

Tints of Off Green #DAF9E0

Color information

#DAF9E0 (or 0xDAF9E0) is unknown color: approx Off Green. HEX triplet: DA, F9 and E0. RGB value is (218,249,224). Sum of RGB (Red+Green+Blue) = 218+249+224=691 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.55% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 224 (87.89% from 255 or 32.42% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9E0 is #25061F. Grayscale: #ECECEC. Windows color (decimal): -2426400 or 14744026. OLE color: 14744026.

HSL color Cylindrical-coordinate representation of color #DAF9E0: hue angle of 131.61º degrees, saturation: 0.72, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF9E0 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.02.

Color convert

RGB218249224-
CMYK0.1200.100.02
HSL131.61º72.09%91.57%-
HSV(B)131.61º12.45%97.65%-
XYZ76.2488.0483.5-
YUV236.88120.73114.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.55%
GREEN value IS 249 (97.66% from 255) = 36.03%
BLUE value IS 224 (87.89% from 255) = 32.42%
R=31.55%
G=36.03%
B=32.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492240.1200.100.02131.6172.0991.57
HexDAF9E0C0A284485c
Octal332371340140122204110134
Binary110110101111100111100000110001010101000010010010001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9E0; }

 p { color: rgb(218,249,224); }

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

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

 a { background-color: rgb(218,249,224); }

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

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

 span { border-color: rgb(218,249,224); }

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