#94C392

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

Shades of Dark Sea Green #94C392

Tints of Dark Sea Green #94C392

Color information

#94C392 (or 0x94C392) is unknown color: approx Dark Sea Green. HEX triplet: 94, C3 and 92. RGB value is (148,195,146). Sum of RGB (Red+Green+Blue) = 148+195+146=489 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.27% from 489); Green value is 195 (76.56% from 255 or 39.88% from 489); Blue value is 146 (57.42% from 255 or 29.86% from 489); Max value from RGB is 195 - color contains mainly: green. Hex color #94C392 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C392 is #6B3C6D. Grayscale: #AFAFAF. Windows color (decimal): -7027822 or 9618324. OLE color: 9618324.

HSL color Cylindrical-coordinate representation of color #94C392: hue angle of 117.55º degrees, saturation: 0.29, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #94C392 is Cyan = 0.24, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.24.

Color convert

RGB148195146-
CMYK0.2400.250.24
HSL117.55º28.99%66.86%-
HSV(B)117.55º25.13%76.47%-
XYZ36.9247.434.4-
YUV175.36111.43108.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.27%
GREEN value IS 195 (76.56% from 255) = 39.88%
BLUE value IS 146 (57.42% from 255) = 29.86%
R=30.27%
G=39.88%
B=29.86%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481951460.2400.250.24117.5528.9966.86
Hex94C3921801918761d43
Octal224303222300313016635103
Binary10010100110000111001001011000011001110001110110111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,195,146); }

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

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

 a { background-color: rgb(148,195,146); }

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

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

 span { border-color: rgb(148,195,146); }

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