Html Css Color HEX #9EE942 Atlantis

📋 copy color: '#9EE942'

red 158 ◦ green 233 ◦ blue 66

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

Shades of Atlantis #9EE942

Tints of Atlantis #9EE942

RGB

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

 GREEN value IS 233 (91.41% from 255) = 50.98%

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

R = 34.57%
G = 50.98%
B = 14.44%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.72

 K value IS 0.09

RGB Variations

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

Color information

#9EE942 (or 0x9EE942) is known color: Atlantis. HEX triplet: 9E, E9 and 42. RGB value is (158,233,66). Sum of RGB (Red+Green+Blue) = 158+233+66=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 233 (91.41% from 255 or 50.98% from 457); Blue value is 66 (26.17% from 255 or 14.44% from 457); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE942 is not a web safe color. Web safe color analog (approx): #99FF33. Inversed color of #9EE942 is #6116BD. Grayscale: #C0C0C0. Windows color (decimal): -6362814 or 4385182. OLE color: 4385182.

HSL color Cylindrical-coordinate representation of color #9EE942: hue angle of 86.95º degrees, saturation: 0.79, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9EE942 is Cyan = 0.32, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.09.

Color convert

RGB 158 233 66 -
CMYK 0.32 0 0.72 0.09
HSL 86.95º 0.79% 0.59% -
HSV(B) 86.95º 0.72% 0.91% -
XYZ 44.22 65.94 15.55 -
YUV 191.54 57.15 104.08 -
System Red Green Blue C M Y K H S L
Decimal 158 233 66 0.32 0 0.72 0.09 86.95 0.79 0.59
Hex 9E E9 42 20 0 48 9 57 4F 3B
Octal 236 351 102 40 0 110 11 127 117 73
Binary 10011110 11101001 1000010 100000 0 1001000 1001 1010111 1001111 111011

Color Harmonies of #9EE942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EE942

Black with #9EE942

Text Example


Text Example

White with #9EE942

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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