#94E332

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

Shades of Atlantis #94E332

Tints of Atlantis #94E332

Color information

#94E332 (or 0x94E332) is unknown color: approx Atlantis. HEX triplet: 94, E3 and 32. RGB value is (148,227,50). Sum of RGB (Red+Green+Blue) = 148+227+50=425 (56% of max value = 765). Red value is 148 (58.20% from 255 or 34.82% from 425); Green value is 227 (89.06% from 255 or 53.41% from 425); Blue value is 50 (19.92% from 255 or 11.76% from 425); Max value from RGB is 227 - color contains mainly: green. Hex color #94E332 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E332 is #6B1CCD. Grayscale: #B7B7B7. Windows color (decimal): -7019726 or 3335060. OLE color: 3335060.

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

Color convert

RGB14822750-
CMYK0.3500.780.11
HSL86.78º75.97%54.31%-
HSV(B)86.78º77.97%89.02%-
XYZ40.2661.4612.76-
YUV183.252.83102.89-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.82%
GREEN value IS 227 (89.06% from 255) = 53.41%
BLUE value IS 50 (19.92% from 255) = 11.76%
R=34.82%
G=53.41%
B=11.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148227500.3500.780.1186.7875.9754.31
Hex94E3322304EB574c36
Octal224343624301161312711466
Binary100101001110001111001010001101001110101110101111001100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E332

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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