#94E34B

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

Shades of Atlantis #94E34B

Tints of Atlantis #94E34B

Color information

#94E34B (or 0x94E34B) is unknown color: approx Atlantis. HEX triplet: 94, E3 and 4B. RGB value is (148,227,75). Sum of RGB (Red+Green+Blue) = 148+227+75=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 227 (89.06% from 255 or 50.44% from 450); Blue value is 75 (29.69% from 255 or 16.67% from 450); Max value from RGB is 227 - color contains mainly: green. Hex color #94E34B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E34B is #6B1CB4. Grayscale: #BABABA. Windows color (decimal): -7019701 or 4973460. OLE color: 4973460.

HSL color Cylindrical-coordinate representation of color #94E34B: hue angle of 91.18º degrees, saturation: 0.73, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94E34B is Cyan = 0.35, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.11.

Color convert

RGB14822775-
CMYK0.3500.670.11
HSL91.18º73.08%59.22%-
HSV(B)91.18º66.96%89.02%-
XYZ40.9561.7416.42-
YUV186.0565.33100.86-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.89%
GREEN value IS 227 (89.06% from 255) = 50.44%
BLUE value IS 75 (29.69% from 255) = 16.67%
R=32.89%
G=50.44%
B=16.67%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148227750.3500.670.1191.1873.0859.22
Hex94E34B23043B5b493b
Octal2243431134301031313311173
Binary1001010011100011100101110001101000011101110110111001001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E34B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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