#94C491

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

Shades of Dark Sea Green #94C491

Tints of Dark Sea Green #94C491

Color information

#94C491 (or 0x94C491) is unknown color: approx Dark Sea Green. HEX triplet: 94, C4 and 91. RGB value is (148,196,145). Sum of RGB (Red+Green+Blue) = 148+196+145=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 196 (76.95% from 255 or 40.08% from 489); Blue value is 145 (57.03% from 255 or 29.65% from 489); Max value from RGB is 196 - color contains mainly: green. Hex color #94C491 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C491 is #6B3B6E. Grayscale: #AFAFAF. Windows color (decimal): -7027567 or 9553044. OLE color: 9553044.

HSL color Cylindrical-coordinate representation of color #94C491: hue angle of 116.47º degrees, saturation: 0.3, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C491 is Cyan = 0.24, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.23.

Color convert

RGB148196145-
CMYK0.2400.260.23
HSL116.47º30.18%66.86%-
HSV(B)116.47º26.02%76.86%-
XYZ37.0647.8234.06-
YUV175.83110.6108.15-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 196 (76.95% from 255) = 40.08%
BLUE value IS 145 (57.03% from 255) = 29.65%
R=30.27%
G=40.08%
B=29.65%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1481961450.2400.260.23116.4730.1866.86
Hex94C4911801A17741e43
Octal224304221300322716436103
Binary10010100110001001001000111000011010101111110100111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C491

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,196,145); }

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

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

 a { background-color: rgb(148,196,145); }

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

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

 span { border-color: rgb(148,196,145); }

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