#94d054

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

Shades of Atlantis #94D054

Tints of Atlantis #94D054

Color information

#94D054 (or 0x94D054) is unknown color: approx Atlantis. HEX triplet: 94, D0 and 54. RGB value is (148,208,84). Sum of RGB (Red+Green+Blue) = 148+208+84=440 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.64% from 440); Green value is 208 (81.64% from 255 or 47.27% from 440); Blue value is 84 (33.20% from 255 or 19.09% from 440); Max value from RGB is 208 - color contains mainly: green. Hex color #94D054 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #94D054 is #6B2FAB. Grayscale: #B0B0B0. Windows color (decimal): -7024556 or 5558420. OLE color: 5558420.

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

Color convert

RGB14820884-
CMYK0.2900.600.18
HSL89.03º56.88%57.25%-
HSV(B)89.03º59.62%81.57%-
XYZ36.3752.0516.52-
YUV175.9276.12108.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.64%
GREEN value IS 208 (81.64% from 255) = 47.27%
BLUE value IS 84 (33.20% from 255) = 19.09%
R=33.64%
G=47.27%
B=19.09%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148208840.2900.600.1889.0356.8857.25
Hex94D0541D03C12593939
Octal22432012435074221317171
Binary10010100110100001010100111010111100100101011001111001111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94d054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,208,84); }

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

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

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

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

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

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

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