#94D152

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

Shades of Atlantis #94D152

Tints of Atlantis #94D152

Color information

#94D152 (or 0x94D152) is unknown color: approx Atlantis. HEX triplet: 94, D1 and 52. RGB value is (148,209,82). Sum of RGB (Red+Green+Blue) = 148+209+82=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 209 (82.03% from 255 or 47.61% from 439); Blue value is 82 (32.42% from 255 or 18.68% from 439); Max value from RGB is 209 - color contains mainly: green. Hex color #94D152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D152 is #6B2EAD. Grayscale: #B0B0B0. Windows color (decimal): -7024302 or 5427604. OLE color: 5427604.

HSL color Cylindrical-coordinate representation of color #94D152: hue angle of 88.82º degrees, saturation: 0.58, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #94D152 is Cyan = 0.29, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.18.

Color convert

RGB14820982-
CMYK0.2900.610.18
HSL88.82º57.99%57.06%-
HSV(B)88.82º60.77%81.96%-
XYZ36.5452.5116.19-
YUV176.2874.79107.83-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 209 (82.03% from 255) = 47.61%
BLUE value IS 82 (32.42% from 255) = 18.68%
R=33.71%
G=47.61%
B=18.68%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148209820.2900.610.1888.8257.9957.06
Hex94D1521D03D12593a39
Octal22432112235075221317271
Binary10010100110100011010010111010111101100101011001111010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,209,82); }

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

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

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

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

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

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

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