#94C9C0

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

Shades of Shadow Green #94C9C0

Tints of Shadow Green #94C9C0

Color information

#94C9C0 (or 0x94C9C0) is unknown color: approx Shadow Green. HEX triplet: 94, C9 and C0. RGB value is (148,201,192). Sum of RGB (Red+Green+Blue) = 148+201+192=541 (71% of max value = 765). Red value is 148 (58.20% from 255 or 27.36% from 541); Green value is 201 (78.91% from 255 or 37.15% from 541); Blue value is 192 (75.39% from 255 or 35.49% from 541); Max value from RGB is 201 - color contains mainly: green. Hex color #94C9C0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #94C9C0 is #6B363F. Grayscale: #B8B8B8. Windows color (decimal): -7026240 or 12634516. OLE color: 12634516.

HSL color Cylindrical-coordinate representation of color #94C9C0: hue angle of 169.81º degrees, saturation: 0.33, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C9C0 is Cyan = 0.26, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.21.

Color convert

RGB148201192-
CMYK0.2600.040.21
HSL169.81º32.92%68.43%-
HSV(B)169.81º26.37%78.82%-
XYZ42.6151.8757.64-
YUV184.13132.44102.23-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 27.36%
GREEN value IS 201 (78.91% from 255) = 37.15%
BLUE value IS 192 (75.39% from 255) = 35.49%
R=27.36%
G=37.15%
B=35.49%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482011920.2600.040.21169.8132.9268.43
Hex94C9C01A0415aa2144
Octal22431130032042525241104
Binary10010100110010011100000011010010010101101010101000011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C9C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,201,192); }

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

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

 a { background-color: rgb(148,201,192); }

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

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

 span { border-color: rgb(148,201,192); }

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