#94C399

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

Shades of Dark Sea Green #94C399

Tints of Dark Sea Green #94C399

Color information

#94C399 (or 0x94C399) is unknown color: approx Dark Sea Green. HEX triplet: 94, C3 and 99. RGB value is (148,195,153). Sum of RGB (Red+Green+Blue) = 148+195+153=496 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.84% from 496); Green value is 195 (76.56% from 255 or 39.31% from 496); Blue value is 153 (60.16% from 255 or 30.85% from 496); Max value from RGB is 195 - color contains mainly: green. Hex color #94C399 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C399 is #6B3C66. Grayscale: #B0B0B0. Windows color (decimal): -7027815 or 10077076. OLE color: 10077076.

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

Color convert

RGB148195153-
CMYK0.2400.220.24
HSL126.38º28.14%67.25%-
HSV(B)126.38º24.1%76.47%-
XYZ37.4847.6337.35-
YUV176.16114.93107.92-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.84%
GREEN value IS 195 (76.56% from 255) = 39.31%
BLUE value IS 153 (60.16% from 255) = 30.85%
R=29.84%
G=39.31%
B=30.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481951530.2400.220.24126.3828.1467.25
Hex94C39918016187e1c43
Octal224303231300263017634103
Binary10010100110000111001100111000010110110001111110111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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