#94C794

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

Shades of Dark Sea Green #94C794

Tints of Dark Sea Green #94C794

Color information

#94C794 (or 0x94C794) is unknown color: approx Dark Sea Green. HEX triplet: 94, C7 and 94. RGB value is (148,199,148). Sum of RGB (Red+Green+Blue) = 148+199+148=495 (65% of max value = 765). Red value is 148 (58.20% from 255 or 29.90% from 495); Green value is 199 (78.12% from 255 or 40.20% from 495); Blue value is 148 (58.20% from 255 or 29.90% from 495); Max value from RGB is 199 - color contains mainly: green. Hex color #94C794 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #94C794 is #6B386B. Grayscale: #B2B2B2. Windows color (decimal): -7026796 or 9750420. OLE color: 9750420.

HSL color Cylindrical-coordinate representation of color #94C794: hue angle of 120º degrees, saturation: 0.31, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #94C794 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.22.

Color convert

RGB148199148-
CMYK0.2600.260.22
HSL120º31.29%68.04%-
HSV(B)120º25.63%78.04%-
XYZ37.9849.2835.53-
YUV177.94111.1106.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 29.90%
GREEN value IS 199 (78.12% from 255) = 40.20%
BLUE value IS 148 (58.20% from 255) = 29.90%
R=29.90%
G=40.20%
B=29.90%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1481991480.2600.260.2212031.2968.04
Hex94C7941A01A16781f44
Octal224307224320322617037104
Binary10010100110001111001010011010011010101101111000111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94C794

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,199,148); }

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

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

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

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

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

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

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