#D0FEA9

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

Shades of Reef #D0FEA9

Tints of Reef #D0FEA9

Color information

#D0FEA9 (or 0xD0FEA9) is unknown color: approx Reef. HEX triplet: D0, FE and A9. RGB value is (208,254,169). Sum of RGB (Red+Green+Blue) = 208+254+169=631 (83% of max value = 765). Red value is 208 (81.64% from 255 or 32.96% from 631); Green value is 254 (99.61% from 255 or 40.25% from 631); Blue value is 169 (66.41% from 255 or 26.78% from 631); Max value from RGB is 254 - color contains mainly: green. Hex color #D0FEA9 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D0FEA9 is #2F0156. Grayscale: #E6E6E6. Windows color (decimal): -3080535 or 11140816. OLE color: 11140816.

HSL color Cylindrical-coordinate representation of color #D0FEA9: hue angle of 92.47º degrees, saturation: 0.98, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #D0FEA9 is Cyan = 0.18, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.00.

Color convert

RGB208254169-
CMYK0.1800.330.00
HSL92.47º97.7%82.94%-
HSV(B)92.47º33.46%99.61%-
XYZ68.6287.1650.74-
YUV230.5693.26111.91-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 32.96%
GREEN value IS 254 (99.61% from 255) = 40.25%
BLUE value IS 169 (66.41% from 255) = 26.78%
R=32.96%
G=40.25%
B=26.78%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2082541690.1800.330.0092.4797.782.94
HexD0FEA91202105c6253
Octal320376251220410134142123
Binary1101000011111110101010011001001000010101110011000101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0FEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0FEA9; }

 p { color: rgb(208,254,169); }

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

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

 a { background-color: rgb(208,254,169); }

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

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

 span { border-color: rgb(208,254,169); }

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