#99e034

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

Shades of Atlantis #99E034

Tints of Atlantis #99E034

Color information

#99E034 (or 0x99E034) is unknown color: approx Atlantis. HEX triplet: 99, E0 and 34. RGB value is (153,224,52). Sum of RGB (Red+Green+Blue) = 153+224+52=429 (56% of max value = 765). Red value is 153 (60.16% from 255 or 35.66% from 429); Green value is 224 (87.89% from 255 or 52.21% from 429); Blue value is 52 (20.70% from 255 or 12.12% from 429); Max value from RGB is 224 - color contains mainly: green. Hex color #99E034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #99E034 is #661FCB. Grayscale: #B7B7B7. Windows color (decimal): -6692812 or 3465369. OLE color: 3465369.

HSL color Cylindrical-coordinate representation of color #99E034: hue angle of 84.77º degrees, saturation: 0.74, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #99E034 is Cyan = 0.32, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB15322452-
CMYK0.3200.770.12
HSL84.77º73.5%54.12%-
HSV(B)84.77º76.79%87.84%-
XYZ40.4160.3312.76-
YUV183.1653.98106.49-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 35.66%
GREEN value IS 224 (87.89% from 255) = 52.21%
BLUE value IS 52 (20.70% from 255) = 12.12%
R=35.66%
G=52.21%
B=12.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal153224520.3200.770.1284.7773.554.12
Hex99E0342004DC554a36
Octal231340644001151412511266
Binary100110011110000011010010000001001101110010101011001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99e034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,224,52); }

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

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

 a { background-color: rgb(153,224,52); }

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

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

 span { border-color: rgb(153,224,52); }

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