Html Css Color HEX #9EC246 Atlantis

📋 copy color: '#9EC246'

red 158 ◦ green 194 ◦ blue 70

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

Shades of Atlantis #9EC246

Tints of Atlantis #9EC246

RGB

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

 GREEN value IS 194 (76.17% from 255) = 45.97%

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

R = 37.44%
G = 45.97%
B = 16.59%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#9EC246 (or 0x9EC246) is known color: Atlantis. HEX triplet: 9E, C2 and 46. RGB value is (158,194,70). Sum of RGB (Red+Green+Blue) = 158+194+70=422 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.44% from 422); Green value is 194 (76.17% from 255 or 45.97% from 422); Blue value is 70 (27.73% from 255 or 16.59% from 422); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC246 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EC246 is #613DB9. Grayscale: #A9A9A9. Windows color (decimal): -6372794 or 4637342. OLE color: 4637342.

HSL color Cylindrical-coordinate representation of color #9EC246: hue angle of 77.42º degrees, saturation: 0.5, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EC246 is Cyan = 0.19, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 158 194 70 -
CMYK 0.19 0 0.64 0.24
HSL 77.42º 0.5% 0.52% -
HSV(B) 77.42º 0.64% 0.76% -
XYZ 34.5 46.29 12.91 -
YUV 169.1 72.07 120.08 -
System Red Green Blue C M Y K H S L
Decimal 158 194 70 0.19 0 0.64 0.24 77.42 0.5 0.52
Hex 9E C2 46 13 0 40 18 4D 32 34
Octal 236 302 106 23 0 100 30 115 62 64
Binary 10011110 11000010 1000110 10011 0 1000000 11000 1001101 110010 110100

Color Harmonies of #9EC246

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EC246

Black with #9EC246

Text Example


Text Example

White with #9EC246

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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