#94CAB9

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

Shades of Shadow Green #94CAB9

Tints of Shadow Green #94CAB9

Color information

#94CAB9 (or 0x94CAB9) is unknown color: approx Shadow Green. HEX triplet: 94, CA and B9. RGB value is (148,202,185). Sum of RGB (Red+Green+Blue) = 148+202+185=535 (70% of max value = 765). Red value is 148 (58.20% from 255 or 27.66% from 535); Green value is 202 (79.30% from 255 or 37.76% from 535); Blue value is 185 (72.66% from 255 or 34.58% from 535); Max value from RGB is 202 - color contains mainly: green. Hex color #94CAB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94CAB9 is #6B3546. Grayscale: #B7B7B7. Windows color (decimal): -7025991 or 12176020. OLE color: 12176020.

HSL color Cylindrical-coordinate representation of color #94CAB9: hue angle of 161.11º degrees, saturation: 0.34, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #94CAB9 is Cyan = 0.27, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.21.

Color convert

RGB148202185-
CMYK0.2700.080.21
HSL161.11º33.75%68.63%-
HSV(B)161.11º26.73%79.22%-
XYZ42.0952.0453.73-
YUV183.92128.61102.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.66%
GREEN value IS 202 (79.30% from 255) = 37.76%
BLUE value IS 185 (72.66% from 255) = 34.58%
R=27.66%
G=37.76%
B=34.58%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482021850.2700.080.21161.1133.7568.63
Hex94CAB91B0815a12245
Octal224312271330102524142105
Binary100101001100101010111001110110100010101101000011000101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CAB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94CAB9; }

 p { color: rgb(148,202,185); }

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

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

 a { background-color: rgb(148,202,185); }

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

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

 span { border-color: rgb(148,202,185); }

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