#94CD93

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

Shades of Dark Sea Green #94CD93

Tints of Dark Sea Green #94CD93

Color information

#94CD93 (or 0x94CD93) is unknown color: approx Dark Sea Green. HEX triplet: 94, CD and 93. RGB value is (148,205,147). Sum of RGB (Red+Green+Blue) = 148+205+147=500 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.6% from 500); Green value is 205 (80.47% from 255 or 41% from 500); Blue value is 147 (57.81% from 255 or 29.4% from 500); Max value from RGB is 205 - color contains mainly: green. Hex color #94CD93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94CD93 is #6B326C. Grayscale: #B5B5B5. Windows color (decimal): -7025261 or 9686420. OLE color: 9686420.

HSL color Cylindrical-coordinate representation of color #94CD93: hue angle of 118.97º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #94CD93 is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.20.

Color convert

RGB148205147-
CMYK0.2800.280.20
HSL118.97º36.71%69.02%-
HSV(B)118.97º28.29%80.39%-
XYZ39.3152.0735.58-
YUV181.34108.62104.22-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.6%
GREEN value IS 205 (80.47% from 255) = 41%
BLUE value IS 147 (57.81% from 255) = 29.4%
R=29.6%
G=41%
B=29.4%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1482051470.2800.280.20118.9736.7169.02
Hex94CD931C01C14772545
Octal224315223340342416745105
Binary100101001100110110010011111000111001010011101111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94CD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,205,147); }

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

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

 a { background-color: rgb(148,205,147); }

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

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

 span { border-color: rgb(148,205,147); }

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