Html Css Color HEX #9EBA46 Atlantis

📋 copy color: '#9EBA46'

red 158 ◦ green 186 ◦ blue 70

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

Shades of Atlantis #9EBA46

Tints of Atlantis #9EBA46

RGB

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

 GREEN value IS 186 (73.05% from 255) = 44.93%

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

R = 38.16%
G = 44.93%
B = 16.91%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.62

 K value IS 0.27

RGB Variations

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

Color information

#9EBA46 (or 0x9EBA46) is known color: Atlantis. HEX triplet: 9E, BA and 46. RGB value is (158,186,70). Sum of RGB (Red+Green+Blue) = 158+186+70=414 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.16% from 414); Green value is 186 (73.05% from 255 or 44.93% from 414); Blue value is 70 (27.73% from 255 or 16.91% from 414); Max value from RGB is 186 - color contains mainly: green. Hex color #9EBA46 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBA46 is #6145B9. Grayscale: #A4A4A4. Windows color (decimal): -6374842 or 4635294. OLE color: 4635294.

HSL color Cylindrical-coordinate representation of color #9EBA46: hue angle of 74.48º degrees, saturation: 0.46, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9EBA46 is Cyan = 0.15, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.27.

Color convert

RGB 158 186 70 -
CMYK 0.15 0 0.62 0.27
HSL 74.48º 0.46% 0.5% -
HSV(B) 74.48º 0.62% 0.73% -
XYZ 32.76 42.83 12.33 -
YUV 164.4 74.72 123.43 -
System Red Green Blue C M Y K H S L
Decimal 158 186 70 0.15 0 0.62 0.27 74.48 0.46 0.5
Hex 9E BA 46 F 0 3E 1B 4A 2E 32
Octal 236 272 106 17 0 76 33 112 56 62
Binary 10011110 10111010 1000110 1111 0 111110 11011 1001010 101110 110010

Color Harmonies of #9EBA46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBA46

Black with #9EBA46

Text Example


Text Example

White with #9EBA46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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