#94B945

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

Shades of Atlantis #94B945

Tints of Atlantis #94B945

Color information

#94B945 (or 0x94B945) is unknown color: approx Atlantis. HEX triplet: 94, B9 and 45. RGB value is (148,185,69). Sum of RGB (Red+Green+Blue) = 148+185+69=402 (53% of max value = 765). Red value is 148 (58.20% from 255 or 36.82% from 402); Green value is 185 (72.66% from 255 or 46.02% from 402); Blue value is 69 (27.34% from 255 or 17.16% from 402); Max value from RGB is 185 - color contains mainly: green. Hex color #94B945 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94B945 is #6B46BA. Grayscale: #A1A1A1. Windows color (decimal): -7030459 or 4569492. OLE color: 4569492.

HSL color Cylindrical-coordinate representation of color #94B945: hue angle of 79.14º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #94B945 is Cyan = 0.20, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.27.

Color convert

RGB14818569-
CMYK0.2000.630.27
HSL79.14º45.67%49.8%-
HSV(B)79.14º62.7%72.55%-
XYZ30.6441.4212.01-
YUV160.7176.24118.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 36.82%
GREEN value IS 185 (72.66% from 255) = 46.02%
BLUE value IS 69 (27.34% from 255) = 17.16%
R=36.82%
G=46.02%
B=17.16%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal148185690.2000.630.2779.1445.6749.8
Hex94B9451403F1B4f2e32
Octal22427110524077331175662
Binary10010100101110011000101101000111111110111001111101110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94B945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,185,69); }

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

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

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

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

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

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

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