Html Css Color HEX #9EEB40 Atlantis

📋 copy color: '#9EEB40'

red 158 ◦ green 235 ◦ blue 64

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

Shades of Atlantis #9EEB40

Tints of Atlantis #9EEB40

RGB

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

 GREEN value IS 235 (92.19% from 255) = 51.42%

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

R = 34.57%
G = 51.42%
B = 14%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.73

 K value IS 0.08

RGB Variations

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

Color information

#9EEB40 (or 0x9EEB40) is known color: Atlantis. HEX triplet: 9E, EB and 40. RGB value is (158,235,64). Sum of RGB (Red+Green+Blue) = 158+235+64=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 235 (92.19% from 255 or 51.42% from 457); Blue value is 64 (25.39% from 255 or 14.00% from 457); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB40 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EEB40 is #6114BF. Grayscale: #C1C1C1. Windows color (decimal): -6362304 or 4254622. OLE color: 4254622.

HSL color Cylindrical-coordinate representation of color #9EEB40: hue angle of 87.02º degrees, saturation: 0.81, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #9EEB40 is Cyan = 0.33, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.08.

Color convert

RGB 158 235 64 -
CMYK 0.33 0 0.73 0.08
HSL 87.02º 0.81% 0.59% -
HSV(B) 87.02º 0.73% 0.92% -
XYZ 44.73 67.06 15.44 -
YUV 192.48 55.49 103.4 -
System Red Green Blue C M Y K H S L
Decimal 158 235 64 0.33 0 0.73 0.08 87.02 0.81 0.59
Hex 9E EB 40 21 0 49 8 57 51 3B
Octal 236 353 100 41 0 111 10 127 121 73
Binary 10011110 11101011 1000000 100001 0 1001001 1000 1010111 1010001 111011

Color Harmonies of #9EEB40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEB40

Black with #9EEB40

Text Example


Text Example

White with #9EEB40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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