#9EE034

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

Shades of Atlantis #9EE034

Tints of Atlantis #9EE034

Color information

#9EE034 (or 0x9EE034) is unknown color: approx Atlantis. HEX triplet: 9E, E0 and 34. RGB value is (158,224,52). Sum of RGB (Red+Green+Blue) = 158+224+52=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 224 (87.89% from 255 or 51.61% from 434); Blue value is 52 (20.70% from 255 or 11.98% from 434); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE034 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE034 is #611FCB. Grayscale: #B9B9B9. Windows color (decimal): -6365132 or 3465374. OLE color: 3465374.

HSL color Cylindrical-coordinate representation of color #9EE034: hue angle of 83.02º 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 #9EE034 is Cyan = 0.29, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.12.

Color convert

RGB15822452-
CMYK0.2900.770.12
HSL83.02º73.5%54.12%-
HSV(B)83.02º76.79%87.84%-
XYZ41.3860.8312.81-
YUV184.6653.13108.99-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 36.41%
GREEN value IS 224 (87.89% from 255) = 51.61%
BLUE value IS 52 (20.70% from 255) = 11.98%
R=36.41%
G=51.61%
B=11.98%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal158224520.2900.770.1283.0273.554.12
Hex9EE0341D04DC534a36
Octal236340643501151412311266
Binary10011110111000001101001110101001101110010100111001010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE034

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EE034; }

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

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

<style>
 a { background-color: #9EE034; }

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

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

<style>
 span { border-color: #9EE034; }

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

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