#DCF6E0

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

Shades of Off Green #DCF6E0

Tints of Off Green #DCF6E0

Color information

#DCF6E0 (or 0xDCF6E0) is unknown color: approx Off Green. HEX triplet: DC, F6 and E0. RGB value is (220,246,224). Sum of RGB (Red+Green+Blue) = 220+246+224=690 (91% of max value = 765). Red value is 220 (86.33% from 255 or 31.88% from 690); Green value is 246 (96.48% from 255 or 35.65% from 690); Blue value is 224 (87.89% from 255 or 32.46% from 690); Max value from RGB is 246 - color contains mainly: green. Hex color #DCF6E0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCF6E0 is #23091F. Grayscale: #EBEBEB. Windows color (decimal): -2296096 or 14743260. OLE color: 14743260.

HSL color Cylindrical-coordinate representation of color #DCF6E0: hue angle of 129.23º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DCF6E0 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB220246224-
CMYK0.1100.090.04
HSL129.23º59.09%91.37%-
HSV(B)129.23º10.57%96.47%-
XYZ75.9386.5183.22-
YUV235.72121.39116.79-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 31.88%
GREEN value IS 246 (96.48% from 255) = 35.65%
BLUE value IS 224 (87.89% from 255) = 32.46%
R=31.88%
G=35.65%
B=32.46%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2202462240.1100.090.04129.2359.0991.37
HexDCF6E0B094813b5b
Octal33436634013011420173133
Binary110111001111011011100000101101001100100000011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCF6E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCF6E0; }

 p { color: rgb(220,246,224); }

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

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

 a { background-color: rgb(220,246,224); }

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

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

 span { border-color: rgb(220,246,224); }

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