#99EA45

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

Shades of Atlantis #99EA45

Tints of Atlantis #99EA45

Color information

#99EA45 (or 0x99EA45) is unknown color: approx Atlantis. HEX triplet: 99, EA and 45. RGB value is (153,234,69). Sum of RGB (Red+Green+Blue) = 153+234+69=456 (60% of max value = 765). Red value is 153 (60.16% from 255 or 33.55% from 456); Green value is 234 (91.80% from 255 or 51.32% from 456); Blue value is 69 (27.34% from 255 or 15.13% from 456); Max value from RGB is 234 - color contains mainly: green. Hex color #99EA45 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #99EA45 is #6615BA. Grayscale: #BFBFBF. Windows color (decimal): -6690235 or 4582041. OLE color: 4582041.

HSL color Cylindrical-coordinate representation of color #99EA45: hue angle of 89.45º degrees, saturation: 0.8, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #99EA45 is Cyan = 0.35, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.08.

Color convert

RGB15323469-
CMYK0.3500.710.08
HSL89.45º79.71%59.41%-
HSV(B)89.45º70.51%91.76%-
XYZ43.6366.0516.08-
YUV190.9759.16100.92-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.55%
GREEN value IS 234 (91.80% from 255) = 51.32%
BLUE value IS 69 (27.34% from 255) = 15.13%
R=33.55%
G=51.32%
B=15.13%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal153234690.3500.710.0889.4579.7159.41
Hex99EA4523047859503b
Octal2313521054301071013112073
Binary1001100111101010100010110001101000111100010110011010000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99EA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99EA45; }

 p { color: rgb(153,234,69); }

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

<style>
 a { background-color: #99EA45; }

 a { background-color: rgb(153,234,69); }

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

<style>
 span { border-color: #99EA45; }

 span { border-color: rgb(153,234,69); }

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