Html Css Color HEX #9EC940 Atlantis

📋 copy color: '#9EC940'

red 158 ◦ green 201 ◦ blue 64

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

Shades of Atlantis #9EC940

Tints of Atlantis #9EC940

RGB

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

 GREEN value IS 201 (78.91% from 255) = 47.52%

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

R = 37.35%
G = 47.52%
B = 15.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.68

 K value IS 0.21

RGB Variations

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

Color information

#9EC940 (or 0x9EC940) is known color: Atlantis. HEX triplet: 9E, C9 and 40. RGB value is (158,201,64). Sum of RGB (Red+Green+Blue) = 158+201+64=423 (56% of max value = 765). Red value is 158 (62.11% from 255 or 37.35% from 423); Green value is 201 (78.91% from 255 or 47.52% from 423); Blue value is 64 (25.39% from 255 or 15.13% from 423); Max value from RGB is 201 - color contains mainly: green. Hex color #9EC940 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC940 is #6136BF. Grayscale: #ADADAD. Windows color (decimal): -6371008 or 4245918. OLE color: 4245918.

HSL color Cylindrical-coordinate representation of color #9EC940: hue angle of 78.83º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9EC940 is Cyan = 0.21, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.21.

Color convert

RGB 158 201 64 -
CMYK 0.21 0 0.68 0.21
HSL 78.83º 0.56% 0.52% -
HSV(B) 78.83º 0.68% 0.79% -
XYZ 35.91 49.41 12.5 -
YUV 172.53 66.75 117.64 -
System Red Green Blue C M Y K H S L
Decimal 158 201 64 0.21 0 0.68 0.21 78.83 0.56 0.52
Hex 9E C9 40 15 0 44 15 4F 38 34
Octal 236 311 100 25 0 104 25 117 70 64
Binary 10011110 11001001 1000000 10101 0 1000100 10101 1001111 111000 110100

Color Harmonies of #9EC940

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC940

Black with #9EC940

Text Example


Text Example

White with #9EC940

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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