#94D649

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

Shades of Atlantis #94D649

Tints of Atlantis #94D649

Color information

#94D649 (or 0x94D649) is unknown color: approx Atlantis. HEX triplet: 94, D6 and 49. RGB value is (148,214,73). Sum of RGB (Red+Green+Blue) = 148+214+73=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 214 (83.98% from 255 or 49.20% from 435); Blue value is 73 (28.91% from 255 or 16.78% from 435); Max value from RGB is 214 - color contains mainly: green. Hex color #94D649 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D649 is #6B29B6. Grayscale: #B2B2B2. Windows color (decimal): -7023031 or 4839060. OLE color: 4839060.

HSL color Cylindrical-coordinate representation of color #94D649: hue angle of 88.09º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #94D649 is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.16.

Color convert

RGB14821473-
CMYK0.3100.660.16
HSL88.09º63.23%56.27%-
HSV(B)88.09º65.89%83.92%-
XYZ37.4654.8714.92-
YUV178.1968.63106.46-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 214 (83.98% from 255) = 49.20%
BLUE value IS 73 (28.91% from 255) = 16.78%
R=34.02%
G=49.20%
B=16.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148214730.3100.660.1688.0963.2356.27
Hex94D6491F04210583f38
Octal224326111370102201307770
Binary100101001101011010010011111101000010100001011000111111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,214,73); }

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

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

 a { background-color: rgb(148,214,73); }

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

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

 span { border-color: rgb(148,214,73); }

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