#94D839

Color #94D839 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #94D839

Tints of Atlantis #94D839

Color information

#94D839 (or 0x94D839) is unknown color: approx Atlantis. HEX triplet: 94, D8 and 39. RGB value is (148,216,57). Sum of RGB (Red+Green+Blue) = 148+216+57=421 (55% of max value = 765). Red value is 148 (58.20% from 255 or 35.15% from 421); Green value is 216 (84.77% from 255 or 51.31% from 421); Blue value is 57 (22.66% from 255 or 13.54% from 421); Max value from RGB is 216 - color contains mainly: green. Hex color #94D839 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D839 is #6B27C6. Grayscale: #B2B2B2. Windows color (decimal): -7022535 or 3790996. OLE color: 3790996.

HSL color Cylindrical-coordinate representation of color #94D839: hue angle of 85.66º degrees, saturation: 0.67, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #94D839 is Cyan = 0.31, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.15.

Color convert

RGB14821657-
CMYK0.3100.740.15
HSL85.66º67.09%53.53%-
HSV(B)85.66º73.61%84.71%-
XYZ37.5155.712.65-
YUV177.5459.97106.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 35.15%
GREEN value IS 216 (84.77% from 255) = 51.31%
BLUE value IS 57 (22.66% from 255) = 13.54%
R=35.15%
G=51.31%
B=13.54%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148216570.3100.740.1585.6667.0953.53
Hex94D8391F04AF564336
Octal224330713701121712610366
Binary10010100110110001110011111101001010111110101101000011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,216,57); }

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

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

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

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

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

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

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