#94C296

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

Shades of Dark Sea Green #94C296

Tints of Dark Sea Green #94C296

Color information

#94C296 (or 0x94C296) is unknown color: approx Dark Sea Green. HEX triplet: 94, C2 and 96. RGB value is (148,194,150). Sum of RGB (Red+Green+Blue) = 148+194+150=492 (65% of max value = 765). Red value is 148 (58.20% from 255 or 30.08% from 492); Green value is 194 (76.17% from 255 or 39.43% from 492); Blue value is 150 (58.98% from 255 or 30.49% from 492); Max value from RGB is 194 - color contains mainly: green. Hex color #94C296 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C296 is #6B3D69. Grayscale: #AFAFAF. Windows color (decimal): -7028074 or 9880212. OLE color: 9880212.

HSL color Cylindrical-coordinate representation of color #94C296: hue angle of 122.61º degrees, saturation: 0.27, 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 #94C296 is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.24.

Color convert

RGB148194150-
CMYK0.2400.230.24
HSL122.61º27.38%67.06%-
HSV(B)122.61º23.71%76.08%-
XYZ37.0147.0835.99-
YUV175.23113.76108.58-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.08%
GREEN value IS 194 (76.17% from 255) = 39.43%
BLUE value IS 150 (58.98% from 255) = 30.49%
R=30.08%
G=39.43%
B=30.49%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1481941500.2400.230.24122.6127.3867.06
Hex94C29618017187b1b43
Octal224302226300273017333103
Binary10010100110000101001011011000010111110001111011110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,194,150); }

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

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

 a { background-color: rgb(148,194,150); }

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

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

 span { border-color: rgb(148,194,150); }

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