Html Css Color HEX #9EE540 Atlantis

📋 copy color: '#9EE540'

red 158 ◦ green 229 ◦ blue 64

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

Shades of Atlantis #9EE540

Tints of Atlantis #9EE540

RGB

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

 GREEN value IS 229 (89.84% from 255) = 50.78%

 BLUE value IS 64 (25.39% from 255) = 14.19%

R = 35.03%
G = 50.78%
B = 14.19%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.72

 K value IS 0.10

RGB Variations

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

Color information

#9EE540 (or 0x9EE540) is known color: Atlantis. HEX triplet: 9E, E5 and 40. RGB value is (158,229,64). Sum of RGB (Red+Green+Blue) = 158+229+64=451 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.03% from 451); Green value is 229 (89.84% from 255 or 50.78% from 451); Blue value is 64 (25.39% from 255 or 14.19% from 451); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE540 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EE540 is #611ABF. Grayscale: #BDBDBD. Windows color (decimal): -6363840 or 4253086. OLE color: 4253086.

HSL color Cylindrical-coordinate representation of color #9EE540: hue angle of 85.82º degrees, saturation: 0.76, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EE540 is Cyan = 0.31, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.10.

Color convert

RGB 158 229 64 -
CMYK 0.31 0 0.72 0.10
HSL 85.82º 0.76% 0.57% -
HSV(B) 85.82º 0.72% 0.9% -
XYZ 43.05 63.68 14.87 -
YUV 188.96 57.48 105.92 -
System Red Green Blue C M Y K H S L
Decimal 158 229 64 0.31 0 0.72 0.10 85.82 0.76 0.57
Hex 9E E5 40 1F 0 48 A 56 4C 39
Octal 236 345 100 37 0 110 12 126 114 71
Binary 10011110 11100101 1000000 11111 0 1001000 1010 1010110 1001100 111001

Color Harmonies of #9EE540

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE540

Black with #9EE540

Text Example


Text Example

White with #9EE540

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,229,64); }

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

background-color css

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

 a { background-color: rgb(158,229,64); }

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

border-color css

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

 span { border-color: rgb(158,229,64); }

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