Html Css Color HEX #9EE232 Atlantis

📋 copy color: '#9EE232'

red 158 ◦ green 226 ◦ blue 50

#9EE232
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Atlantis #9EE232

Tints of Atlantis #9EE232

RGB

 RED value IS 158 (62.11% from 255) = 36.41%

 GREEN value IS 226 (88.67% from 255) = 52.07%

 BLUE value IS 50 (19.92% from 255) = 11.52%

R = 36.41%
G = 52.07%
B = 11.52%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.78

 K value IS 0.11

RGB Variations

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

Color information

#9EE232 (or 0x9EE232) is known color: Atlantis. HEX triplet: 9E, E2 and 32. RGB value is (158,226,50). Sum of RGB (Red+Green+Blue) = 158+226+50=434 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.41% from 434); Green value is 226 (88.67% from 255 or 52.07% from 434); Blue value is 50 (19.92% from 255 or 11.52% from 434); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE232 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE232 is #611DCD. Grayscale: #BABABA. Windows color (decimal): -6364622 or 3334814. OLE color: 3334814.

HSL color Cylindrical-coordinate representation of color #9EE232: hue angle of 83.18º degrees, saturation: 0.75, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #9EE232 is Cyan = 0.30, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.11.

Color convert

RGB 158 226 50 -
CMYK 0.30 0 0.78 0.11
HSL 83.18º 0.75% 0.54% -
HSV(B) 83.18º 0.78% 0.89% -
XYZ 41.87 61.89 12.76 -
YUV 185.6 51.47 108.31 -
System Red Green Blue C M Y K H S L
Decimal 158 226 50 0.30 0 0.78 0.11 83.18 0.75 0.54
Hex 9E E2 32 1E 0 4E B 53 4B 36
Octal 236 342 62 36 0 116 13 123 113 66
Binary 10011110 11100010 110010 11110 0 1001110 1011 1010011 1001011 110110

Color Harmonies of #9EE232

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE232

Black with #9EE232

Text Example


Text Example

White with #9EE232

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,226,50); }

 H1.HeaderClassName
 {
   color: #9EE232;
 }
 .AnyTagClassName
 {
   color: #9EE232;
 }
</style>

background-color css

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

 a { background-color: rgb(158,226,50); }

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

border-color css

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

 span { border-color: rgb(158,226,50); }

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