#D9FA9A

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

Shades of Reef #D9FA9A

Tints of Reef #D9FA9A

Color information

#D9FA9A (or 0xD9FA9A) is unknown color: approx Reef. HEX triplet: D9, FA and 9A. RGB value is (217,250,154). Sum of RGB (Red+Green+Blue) = 217+250+154=621 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.94% from 621); Green value is 250 (98.05% from 255 or 40.26% from 621); Blue value is 154 (60.55% from 255 or 24.80% from 621); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FA9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #D9FA9A is #260565. Grayscale: #E5E5E5. Windows color (decimal): -2491750 or 10156761. OLE color: 10156761.

HSL color Cylindrical-coordinate representation of color #D9FA9A: hue angle of 80.62º 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 #D9FA9A is Cyan = 0.13, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.02.

Color convert

RGB217250154-
CMYK0.1300.380.02
HSL80.62º90.57%79.22%-
HSV(B)80.62º38.4%98.04%-
XYZ68.6385.4643.45-
YUV229.1985.57119.31-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 34.94%
GREEN value IS 250 (98.05% from 255) = 40.26%
BLUE value IS 154 (60.55% from 255) = 24.80%
R=34.94%
G=40.26%
B=24.80%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172501540.1300.380.0280.6290.5779.22
HexD9FA9AD0262515b4f
Octal331372232150462121133117
Binary1101100111111010100110101101010011010101000110110111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FA9A; }

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

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

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

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

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

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

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

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