Html Css Color HEX #9EC046 Atlantis

📋 copy color: '#9EC046'

red 158 ◦ green 192 ◦ blue 70

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

Shades of Atlantis #9EC046

Tints of Atlantis #9EC046

RGB

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

 GREEN value IS 192 (75.39% from 255) = 45.71%

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

R = 37.62%
G = 45.71%
B = 16.67%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.64

 K value IS 0.25

RGB Variations

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

Color information

#9EC046 (or 0x9EC046) is known color: Atlantis. HEX triplet: 9E, C0 and 46. RGB value is (158,192,70). Sum of RGB (Red+Green+Blue) = 158+192+70=420 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.62% from 420); Green value is 192 (75.39% from 255 or 45.71% from 420); Blue value is 70 (27.73% from 255 or 16.67% from 420); Max value from RGB is 192 - color contains mainly: green. Hex color #9EC046 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC046 is #613FB9. Grayscale: #A8A8A8. Windows color (decimal): -6373306 or 4636830. OLE color: 4636830.

HSL color Cylindrical-coordinate representation of color #9EC046: hue angle of 76.72º degrees, saturation: 0.49, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EC046 is Cyan = 0.18, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.25.

Color convert

RGB 158 192 70 -
CMYK 0.18 0 0.64 0.25
HSL 76.72º 0.49% 0.51% -
HSV(B) 76.72º 0.64% 0.75% -
XYZ 34.06 45.41 12.76 -
YUV 167.93 72.74 120.92 -
System Red Green Blue C M Y K H S L
Decimal 158 192 70 0.18 0 0.64 0.25 76.72 0.49 0.51
Hex 9E C0 46 12 0 40 19 4D 31 33
Octal 236 300 106 22 0 100 31 115 61 63
Binary 10011110 11000000 1000110 10010 0 1000000 11001 1001101 110001 110011

Color Harmonies of #9EC046

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC046

Black with #9EC046

Text Example


Text Example

White with #9EC046

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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