Html Css Color HEX #9EE142 Atlantis

📋 copy color: '#9EE142'

red 158 ◦ green 225 ◦ blue 66

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

Shades of Atlantis #9EE142

Tints of Atlantis #9EE142

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 14.7%

R = 35.19%
G = 50.11%
B = 14.7%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.71

 K value IS 0.12

RGB Variations

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

Color information

#9EE142 (or 0x9EE142) is known color: Atlantis. HEX triplet: 9E, E1 and 42. RGB value is (158,225,66). Sum of RGB (Red+Green+Blue) = 158+225+66=449 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.19% from 449); Green value is 225 (88.28% from 255 or 50.11% from 449); Blue value is 66 (26.17% from 255 or 14.70% from 449); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE142 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE142 is #611EBD. Grayscale: #BBBBBB. Windows color (decimal): -6364862 or 4383134. OLE color: 4383134.

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

Color convert

RGB 158 225 66 -
CMYK 0.30 0 0.71 0.12
HSL 85.28º 0.73% 0.57% -
HSV(B) 85.28º 0.71% 0.88% -
XYZ 42.01 61.51 14.81 -
YUV 186.84 59.8 107.43 -
System Red Green Blue C M Y K H S L
Decimal 158 225 66 0.30 0 0.71 0.12 85.28 0.73 0.57
Hex 9E E1 42 1E 0 47 C 55 49 39
Octal 236 341 102 36 0 107 14 125 111 71
Binary 10011110 11100001 1000010 11110 0 1000111 1100 1010101 1001001 111001

Color Harmonies of #9EE142

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE142

Black with #9EE142

Text Example


Text Example

White with #9EE142

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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