Html Css Color HEX #9EE130 Atlantis

📋 copy color: '#9EE130'

red 158 ◦ green 225 ◦ blue 48

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

Shades of Atlantis #9EE130

Tints of Atlantis #9EE130

RGB

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

 GREEN value IS 225 (88.28% from 255) = 52.2%

 BLUE value IS 48 (19.14% from 255) = 11.14%

R = 36.66%
G = 52.2%
B = 11.14%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#9EE130 (or 0x9EE130) is known color: Atlantis. HEX triplet: 9E, E1 and 30. RGB value is (158,225,48). Sum of RGB (Red+Green+Blue) = 158+225+48=431 (57% of max value = 765). Red value is 158 (62.11% from 255 or 36.66% from 431); Green value is 225 (88.28% from 255 or 52.20% from 431); Blue value is 48 (19.14% from 255 or 11.14% from 431); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE130 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE130 is #611ECF. Grayscale: #B9B9B9. Windows color (decimal): -6364880 or 3203486. OLE color: 3203486.

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

Color convert

RGB 158 225 48 -
CMYK 0.30 0 0.79 0.12
HSL 82.71º 0.75% 0.54% -
HSV(B) 82.71º 0.79% 0.88% -
XYZ 41.56 61.33 12.44 -
YUV 184.79 50.8 108.89 -
System Red Green Blue C M Y K H S L
Decimal 158 225 48 0.30 0 0.79 0.12 82.71 0.75 0.54
Hex 9E E1 30 1E 0 4F C 53 4B 36
Octal 236 341 60 36 0 117 14 123 113 66
Binary 10011110 11100001 110000 11110 0 1001111 1100 1010011 1001011 110110

Color Harmonies of #9EE130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE130

Black with #9EE130

Text Example


Text Example

White with #9EE130

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,225,48); }

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

background-color css

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

 a { background-color: rgb(158,225,48); }

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

border-color css

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

 span { border-color: rgb(158,225,48); }

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