#DCEADA

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

Shades of Apple Green #DCEADA

Tints of Apple Green #DCEADA

Color information

#DCEADA (or 0xDCEADA) is unknown color: approx Apple Green. HEX triplet: DC, EA and DA. RGB value is (220,234,218). Sum of RGB (Red+Green+Blue) = 220+234+218=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEADA is #231525. Grayscale: #E4E4E4. Windows color (decimal): -2299174 or 14346972. OLE color: 14346972.

HSL color Cylindrical-coordinate representation of color #DCEADA: hue angle of 112.5º degrees, saturation: 0.28, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCEADA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB220234218-
CMYK0.0600.070.08
HSL112.5º27.59%88.63%-
HSV(B)112.5º6.84%91.76%-
XYZ71.5979.1277.83-
YUV227.99122.36122.3-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.74%
GREEN value IS 234 (91.80% from 255) = 34.82%
BLUE value IS 218 (85.55% from 255) = 32.44%
R=32.74%
G=34.82%
B=32.44%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2202342180.0600.070.08112.527.5988.63
HexDCEADA6078701c59
Octal3343523326071016034131
Binary110111001110101011011010110011110001110000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEADA; }

 p { color: rgb(220,234,218); }

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

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

 a { background-color: rgb(220,234,218); }

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

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

 span { border-color: rgb(220,234,218); }

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