#94E54C

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

Shades of Atlantis #94E54C

Tints of Atlantis #94E54C

Color information

#94E54C (or 0x94E54C) is unknown color: approx Atlantis. HEX triplet: 94, E5 and 4C. RGB value is (148,229,76). Sum of RGB (Red+Green+Blue) = 148+229+76=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 229 (89.84% from 255 or 50.55% from 453); Blue value is 76 (30.08% from 255 or 16.78% from 453); Max value from RGB is 229 - color contains mainly: green. Hex color #94E54C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E54C is #6B1AB3. Grayscale: #BBBBBB. Windows color (decimal): -7019188 or 5039508. OLE color: 5039508.

HSL color Cylindrical-coordinate representation of color #94E54C: hue angle of 91.76º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94E54C is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB14822976-
CMYK0.3500.670.10
HSL91.76º74.63%59.8%-
HSV(B)91.76º66.81%89.8%-
XYZ41.5462.8616.78-
YUV187.3465.1699.94-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.67%
GREEN value IS 229 (89.84% from 255) = 50.55%
BLUE value IS 76 (30.08% from 255) = 16.78%
R=32.67%
G=50.55%
B=16.78%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal148229760.3500.670.1091.7674.6359.8
Hex94E54C23043A5c4b3c
Octal2243451144301031213411374
Binary1001010011100101100110010001101000011101010111001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E54C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,229,76); }

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

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

 a { background-color: rgb(148,229,76); }

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

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

 span { border-color: rgb(148,229,76); }

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