#94C98D

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

Shades of Dark Sea Green #94C98D

Tints of Dark Sea Green #94C98D

Color information

#94C98D (or 0x94C98D) is unknown color: approx Dark Sea Green. HEX triplet: 94, C9 and 8D. RGB value is (148,201,141). Sum of RGB (Red+Green+Blue) = 148+201+141=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 201 (78.91% from 255 or 41.02% from 490); Blue value is 141 (55.47% from 255 or 28.78% from 490); Max value from RGB is 201 - color contains mainly: green. Hex color #94C98D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C98D is #6B3672. Grayscale: #B2B2B2. Windows color (decimal): -7026291 or 9292180. OLE color: 9292180.

HSL color Cylindrical-coordinate representation of color #94C98D: hue angle of 113º degrees, saturation: 0.36, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #94C98D is Cyan = 0.26, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.21.

Color convert

RGB148201141-
CMYK0.2600.300.21
HSL113º35.71%67.06%-
HSV(B)113º29.85%78.82%-
XYZ37.9149.9932.85-
YUV178.31106.94106.38-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 201 (78.91% from 255) = 41.02%
BLUE value IS 141 (55.47% from 255) = 28.78%
R=30.20%
G=41.02%
B=28.78%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1482011410.2600.300.2111335.7167.06
Hex94C98D1A01E15712443
Octal224311215320362516144103
Binary100101001100100110001101110100111101010111100011001001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C98D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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