#94E23D

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

Shades of Atlantis #94E23D

Tints of Atlantis #94E23D

Color information

#94E23D (or 0x94E23D) is unknown color: approx Atlantis. HEX triplet: 94, E2 and 3D. RGB value is (148,226,61). Sum of RGB (Red+Green+Blue) = 148+226+61=435 (57% of max value = 765). Red value is 148 (58.20% from 255 or 34.02% from 435); Green value is 226 (88.67% from 255 or 51.95% from 435); Blue value is 61 (24.22% from 255 or 14.02% from 435); Max value from RGB is 226 - color contains mainly: green. Hex color #94E23D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #94E23D is #6B1DC2. Grayscale: #B8B8B8. Windows color (decimal): -7019971 or 4055700. OLE color: 4055700.

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

Color convert

RGB14822661-
CMYK0.3500.730.11
HSL88.36º73.99%56.27%-
HSV(B)88.36º73.01%88.63%-
XYZ40.2561.0314.07-
YUV183.8758.66102.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 34.02%
GREEN value IS 226 (88.67% from 255) = 51.95%
BLUE value IS 61 (24.22% from 255) = 14.02%
R=34.02%
G=51.95%
B=14.02%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal148226610.3500.730.1188.3673.9956.27
Hex94E23D23049B584a38
Octal224342754301111313011270
Binary100101001110001011110110001101001001101110110001001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E23D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,226,61); }

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

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

 a { background-color: rgb(148,226,61); }

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

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

 span { border-color: rgb(148,226,61); }

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