#DAF1E0

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

Shades of Off Green #DAF1E0

Tints of Off Green #DAF1E0

Color information

#DAF1E0 (or 0xDAF1E0) is unknown color: approx Off Green. HEX triplet: DA, F1 and E0. RGB value is (218,241,224). Sum of RGB (Red+Green+Blue) = 218+241+224=683 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.92% from 683); Green value is 241 (94.53% from 255 or 35.29% from 683); Blue value is 224 (87.89% from 255 or 32.80% from 683); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1E0 is #250E1F. Grayscale: #E8E8E8. Windows color (decimal): -2428448 or 14741978. OLE color: 14741978.

HSL color Cylindrical-coordinate representation of color #DAF1E0: hue angle of 135.65º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1E0 is Cyan = 0.10, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.

Color convert

RGB218241224-
CMYK0.1000.070.05
HSL135.65º45.1%90%-
HSV(B)135.65º9.54%94.51%-
XYZ73.8283.282.69-
YUV232.18123.38117.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.92%
GREEN value IS 241 (94.53% from 255) = 35.29%
BLUE value IS 224 (87.89% from 255) = 32.80%
R=31.92%
G=35.29%
B=32.80%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182412240.1000.070.05135.6545.190
HexDAF1E0A075882d5a
Octal3323613401207521055132
Binary11011010111100011110000010100111101100010001011011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF1E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF1E0; }

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

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

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

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

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

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

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

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