#94E54B

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

Shades of Atlantis #94E54B

Tints of Atlantis #94E54B

Color information

#94E54B (or 0x94E54B) is unknown color: approx Atlantis. HEX triplet: 94, E5 and 4B. RGB value is (148,229,75). Sum of RGB (Red+Green+Blue) = 148+229+75=452 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.74% from 452); Green value is 229 (89.84% from 255 or 50.66% from 452); Blue value is 75 (29.69% from 255 or 16.59% from 452); Max value from RGB is 229 - color contains mainly: green. Hex color #94E54B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E54B is #6B1AB4. Grayscale: #BBBBBB. Windows color (decimal): -7019189 or 4973972. OLE color: 4973972.

HSL color Cylindrical-coordinate representation of color #94E54B: hue angle of 91.56º 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 #94E54B is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB14822975-
CMYK0.3500.670.10
HSL91.56º74.76%59.61%-
HSV(B)91.56º67.25%89.8%-
XYZ41.562.8416.6-
YUV187.2364.66100.02-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.74%
GREEN value IS 229 (89.84% from 255) = 50.66%
BLUE value IS 75 (29.69% from 255) = 16.59%
R=32.74%
G=50.66%
B=16.59%

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
Decimal148229750.3500.670.1091.5674.7659.61
Hex94E54B23043A5c4b3c
Octal2243451134301031213411374
Binary1001010011100101100101110001101000011101010111001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E54B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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