Html Css Color HEX #9EE146 Atlantis

📋 copy color: '#9EE146'

red 158 ◦ green 225 ◦ blue 70

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

Shades of Atlantis #9EE146

Tints of Atlantis #9EE146

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 15.45%

R = 34.88%
G = 49.67%
B = 15.45%

CMYK

 C value IS 0.30

 M value IS 0

 Y value IS 0.69

 K value IS 0.12

RGB Variations

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

Color information

#9EE146 (or 0x9EE146) is known color: Atlantis. HEX triplet: 9E, E1 and 46. RGB value is (158,225,70). Sum of RGB (Red+Green+Blue) = 158+225+70=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 225 (88.28% from 255 or 49.67% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE146 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE146 is #611EB9. Grayscale: #BBBBBB. Windows color (decimal): -6364858 or 4645278. OLE color: 4645278.

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

Color convert

RGB 158 225 70 -
CMYK 0.30 0 0.69 0.12
HSL 85.94º 0.72% 0.58% -
HSV(B) 85.94º 0.69% 0.88% -
XYZ 42.13 61.56 15.46 -
YUV 187.3 61.8 107.1 -
System Red Green Blue C M Y K H S L
Decimal 158 225 70 0.30 0 0.69 0.12 85.94 0.72 0.58
Hex 9E E1 46 1E 0 45 C 56 48 3A
Octal 236 341 106 36 0 105 14 126 110 72
Binary 10011110 11100001 1000110 11110 0 1000101 1100 1010110 1001000 111010

Color Harmonies of #9EE146

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE146

Black with #9EE146

Text Example


Text Example

White with #9EE146

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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