#DCFA9A

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

Shades of Reef #DCFA9A

Tints of Reef #DCFA9A

Color information

#DCFA9A (or 0xDCFA9A) is unknown color: approx Reef. HEX triplet: DC, FA and 9A. RGB value is (220,250,154). Sum of RGB (Red+Green+Blue) = 220+250+154=624 (82% of max value = 765). Red value is 220 (86.33% from 255 or 35.26% from 624); Green value is 250 (98.05% from 255 or 40.06% from 624); Blue value is 154 (60.55% from 255 or 24.68% from 624); Max value from RGB is 250 - color contains mainly: green. Hex color #DCFA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCFA9A is #230565. Grayscale: #E6E6E6. Windows color (decimal): -2295142 or 10156764. OLE color: 10156764.

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

Color convert

RGB220250154-
CMYK0.1200.380.02
HSL78.75º90.57%79.22%-
HSV(B)78.75º38.4%98.04%-
XYZ69.5385.9243.49-
YUV230.0985.06120.81-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 35.26%
GREEN value IS 250 (98.05% from 255) = 40.06%
BLUE value IS 154 (60.55% from 255) = 24.68%
R=35.26%
G=40.06%
B=24.68%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2202501540.1200.380.0278.7590.5779.22
HexDCFA9AC02624f5b4f
Octal334372232140462117133117
Binary1101110011111010100110101100010011010100111110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCFA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCFA9A; }

 p { color: rgb(220,250,154); }

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

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

 a { background-color: rgb(220,250,154); }

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

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

 span { border-color: rgb(220,250,154); }

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