#94BF93

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

Shades of Dark Sea Green #94BF93

Tints of Dark Sea Green #94BF93

Color information

#94BF93 (or 0x94BF93) is unknown color: approx Dark Sea Green. HEX triplet: 94, BF and 93. RGB value is (148,191,147). Sum of RGB (Red+Green+Blue) = 148+191+147=486 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.45% from 486); Green value is 191 (75% from 255 or 39.30% from 486); Blue value is 147 (57.81% from 255 or 30.25% from 486); Max value from RGB is 191 - color contains mainly: green. Hex color #94BF93 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94BF93 is #6B406C. Grayscale: #ADADAD. Windows color (decimal): -7028845 or 9682836. OLE color: 9682836.

HSL color Cylindrical-coordinate representation of color #94BF93: hue angle of 118.64º degrees, saturation: 0.26, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #94BF93 is Cyan = 0.23, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.25.

Color convert

RGB148191147-
CMYK0.2300.230.25
HSL118.64º25.58%66.27%-
HSV(B)118.64º23.04%74.9%-
XYZ36.1145.6634.51-
YUV173.13113.25110.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.45%
GREEN value IS 191 (75% from 255) = 39.30%
BLUE value IS 147 (57.81% from 255) = 30.25%
R=30.45%
G=39.30%
B=30.25%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481911470.2300.230.25118.6425.5866.27
Hex94BF931701719771a42
Octal224277223270273116732102
Binary10010100101111111001001110111010111110011110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94BF93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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