#94E041

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

Shades of Atlantis #94E041

Tints of Atlantis #94E041

Color information

#94E041 (or 0x94E041) is unknown color: approx Atlantis. HEX triplet: 94, E0 and 41. RGB value is (148,224,65). Sum of RGB (Red+Green+Blue) = 148+224+65=437 (57% of max value = 765). Red value is 148 (58.20% from 255 or 33.87% from 437); Green value is 224 (87.89% from 255 or 51.26% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 224 - color contains mainly: green. Hex color #94E041 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E041 is #6B1FBE. Grayscale: #B7B7B7. Windows color (decimal): -7020479 or 4317332. OLE color: 4317332.

HSL color Cylindrical-coordinate representation of color #94E041: hue angle of 88.68º degrees, saturation: 0.72, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #94E041 is Cyan = 0.34, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.12.

Color convert

RGB14822465-
CMYK0.3400.710.12
HSL88.68º71.95%56.67%-
HSV(B)88.68º70.98%87.84%-
XYZ39.8259.9914.48-
YUV183.1561.32102.93-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.87%
GREEN value IS 224 (87.89% from 255) = 51.26%
BLUE value IS 65 (25.78% from 255) = 14.87%
R=33.87%
G=51.26%
B=14.87%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal148224650.3400.710.1288.6871.9556.67
Hex94E04122047C594839
Octal2243401014201071413111071
Binary1001010011100000100000110001001000111110010110011001000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,224,65); }

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

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

 a { background-color: rgb(148,224,65); }

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

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

 span { border-color: rgb(148,224,65); }

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