#D6EC9A

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

Shades of Reef #D6EC9A

Tints of Reef #D6EC9A

Color information

#D6EC9A (or 0xD6EC9A) is unknown color: approx Reef. HEX triplet: D6, EC and 9A. RGB value is (214,236,154). Sum of RGB (Red+Green+Blue) = 214+236+154=604 (80% of max value = 765). Red value is 214 (83.98% from 255 or 35.43% from 604); Green value is 236 (92.58% from 255 or 39.07% from 604); Blue value is 154 (60.55% from 255 or 25.50% from 604); Max value from RGB is 236 - color contains mainly: green. Hex color #D6EC9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D6EC9A is #291365. Grayscale: #DCDCDC. Windows color (decimal): -2691942 or 10153174. OLE color: 10153174.

HSL color Cylindrical-coordinate representation of color #D6EC9A: hue angle of 76.1º degrees, saturation: 0.68, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6EC9A is Cyan = 0.09, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.07.

Color convert

RGB214236154-
CMYK0.0900.350.07
HSL76.1º68.33%76.47%-
HSV(B)76.1º34.75%92.55%-
XYZ63.5676.6242.01-
YUV220.0790.71123.67-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 35.43%
GREEN value IS 236 (92.58% from 255) = 39.07%
BLUE value IS 154 (60.55% from 255) = 25.50%
R=35.43%
G=39.07%
B=25.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2142361540.0900.350.0776.168.3376.47
HexD6EC9A902374c444c
Octal326354232110437114104114
Binary11010110111011001001101010010100011111100110010001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EC9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EC9A; }

 p { color: rgb(214,236,154); }

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

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

 a { background-color: rgb(214,236,154); }

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

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

 span { border-color: rgb(214,236,154); }

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