#94D450

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

Shades of Atlantis #94D450

Tints of Atlantis #94D450

Color information

#94D450 (or 0x94D450) is unknown color: approx Atlantis. HEX triplet: 94, D4 and 50. RGB value is (148,212,80). Sum of RGB (Red+Green+Blue) = 148+212+80=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 212 (83.20% from 255 or 48.18% from 440); Blue value is 80 (31.64% from 255 or 18.18% from 440); Max value from RGB is 212 - color contains mainly: green. Hex color #94D450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D450 is #6B2BAF. Grayscale: #B2B2B2. Windows color (decimal): -7023536 or 5297300. OLE color: 5297300.

HSL color Cylindrical-coordinate representation of color #94D450: hue angle of 89.09º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #94D450 is Cyan = 0.30, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.17.

Color convert

RGB14821280-
CMYK0.3000.620.17
HSL89.09º60.55%57.25%-
HSV(B)89.09º62.26%83.14%-
XYZ37.253.9616.04-
YUV177.8272.8106.73-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 212 (83.20% from 255) = 48.18%
BLUE value IS 80 (31.64% from 255) = 18.18%
R=33.64%
G=48.18%
B=18.18%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal148212800.3000.620.1789.0960.5557.25
Hex94D4501E03E11593d39
Octal22432412036076211317571
Binary10010100110101001010000111100111110100011011001111101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,212,80); }

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

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

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

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

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

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

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