#94CC8D

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

Shades of Dark Sea Green #94CC8D

Tints of Dark Sea Green #94CC8D

Color information

#94CC8D (or 0x94CC8D) is unknown color: approx Dark Sea Green. HEX triplet: 94, CC and 8D. RGB value is (148,204,141). Sum of RGB (Red+Green+Blue) = 148+204+141=493 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.02% from 493); Green value is 204 (80.08% from 255 or 41.38% from 493); Blue value is 141 (55.47% from 255 or 28.60% from 493); Max value from RGB is 204 - color contains mainly: green. Hex color #94CC8D is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CC8D is #6B3372. Grayscale: #B4B4B4. Windows color (decimal): -7025523 or 9292948. OLE color: 9292948.

HSL color Cylindrical-coordinate representation of color #94CC8D: hue angle of 113.33º degrees, saturation: 0.38, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #94CC8D is Cyan = 0.27, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.2.

Color convert

RGB148204141-
CMYK0.2700.310.2
HSL113.33º38.18%67.65%-
HSV(B)113.33º30.88%80%-
XYZ38.6151.433.09-
YUV180.07105.95105.12-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.02%
GREEN value IS 204 (80.08% from 255) = 41.38%
BLUE value IS 141 (55.47% from 255) = 28.60%
R=30.02%
G=41.38%
B=28.60%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1482041410.2700.310.2113.3338.1867.65
Hex94CC8D1B01F14712644
Octal224314215330372416146104
Binary100101001100110010001101110110111111010011100011001101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CC8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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