#94E33C

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

Shades of Atlantis #94E33C

Tints of Atlantis #94E33C

Color information

#94E33C (or 0x94E33C) is unknown color: approx Atlantis. HEX triplet: 94, E3 and 3C. RGB value is (148,227,60). Sum of RGB (Red+Green+Blue) = 148+227+60=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 227 (89.06% from 255 or 52.18% from 435); Blue value is 60 (23.83% from 255 or 13.79% from 435); Max value from RGB is 227 - color contains mainly: green. Hex color #94E33C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E33C is #6B1CC3. Grayscale: #B8B8B8. Windows color (decimal): -7019716 or 3990420. OLE color: 3990420.

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

Color convert

RGB14822760-
CMYK0.3500.740.11
HSL88.38º74.89%56.27%-
HSV(B)88.38º73.57%89.02%-
XYZ40.561.5614.02-
YUV184.3457.83102.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 227 (89.06% from 255) = 52.18%
BLUE value IS 60 (23.83% from 255) = 13.79%
R=34.02%
G=52.18%
B=13.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148227600.3500.740.1188.3874.8956.27
Hex94E33C2304AB584b38
Octal224343744301121313011370
Binary100101001110001111110010001101001010101110110001001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E33C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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