#94D14A

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

Shades of Atlantis #94D14A

Tints of Atlantis #94D14A

Color information

#94D14A (or 0x94D14A) is unknown color: approx Atlantis. HEX triplet: 94, D1 and 4A. RGB value is (148,209,74). Sum of RGB (Red+Green+Blue) = 148+209+74=431 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.34% from 431); Green value is 209 (82.03% from 255 or 48.49% from 431); Blue value is 74 (29.30% from 255 or 17.17% from 431); Max value from RGB is 209 - color contains mainly: green. Hex color #94D14A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94D14A is #6B2EB5. Grayscale: #AFAFAF. Windows color (decimal): -7024310 or 4903316. OLE color: 4903316.

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

Color convert

RGB14820974-
CMYK0.2900.650.18
HSL87.11º59.47%55.49%-
HSV(B)87.11º64.59%81.96%-
XYZ36.2552.3914.68-
YUV175.3770.79108.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.34%
GREEN value IS 209 (82.03% from 255) = 48.49%
BLUE value IS 74 (29.30% from 255) = 17.17%
R=34.34%
G=48.49%
B=17.17%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal148209740.2900.650.1887.1159.4755.49
Hex94D14A1D04112573b37
Octal224321112350101221277367
Binary100101001101000110010101110101000001100101010111111011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94D14A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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