#94E64D

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

Shades of Atlantis #94E64D

Tints of Atlantis #94E64D

Color information

#94E64D (or 0x94E64D) is unknown color: approx Atlantis. HEX triplet: 94, E6 and 4D. RGB value is (148,230,77). Sum of RGB (Red+Green+Blue) = 148+230+77=455 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.53% from 455); Green value is 230 (90.23% from 255 or 50.55% from 455); Blue value is 77 (30.47% from 255 or 16.92% from 455); Max value from RGB is 230 - color contains mainly: green. Hex color #94E64D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94E64D is #6B19B2. Grayscale: #BCBCBC. Windows color (decimal): -7018931 or 5105300. OLE color: 5105300.

HSL color Cylindrical-coordinate representation of color #94E64D: hue angle of 92.16º degrees, saturation: 0.75, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #94E64D is Cyan = 0.36, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.10.

Color convert

RGB14823077-
CMYK0.3600.670.10
HSL92.16º75.37%60.2%-
HSV(B)92.16º66.52%90.2%-
XYZ41.8563.4317.06-
YUV188.0465.3399.44-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.53%
GREEN value IS 230 (90.23% from 255) = 50.55%
BLUE value IS 77 (30.47% from 255) = 16.92%
R=32.53%
G=50.55%
B=16.92%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal148230770.3600.670.1092.1675.3760.2
Hex94E64D24043A5c4b3c
Octal2243461154401031213411374
Binary1001010011100110100110110010001000011101010111001001011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94E64D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,230,77); }

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

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

 a { background-color: rgb(148,230,77); }

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

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

 span { border-color: rgb(148,230,77); }

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