Html Css Color HEX #9EBC40 Atlantis

📋 copy color: '#9EBC40'

red 158 ◦ green 188 ◦ blue 64

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

Shades of Atlantis #9EBC40

Tints of Atlantis #9EBC40

RGB

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

 GREEN value IS 188 (73.83% from 255) = 45.85%

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

R = 38.54%
G = 45.85%
B = 15.61%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.26

RGB Variations

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

Color information

#9EBC40 (or 0x9EBC40) is known color: Atlantis. HEX triplet: 9E, BC and 40. RGB value is (158,188,64). Sum of RGB (Red+Green+Blue) = 158+188+64=410 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.54% from 410); Green value is 188 (73.83% from 255 or 45.85% from 410); Blue value is 64 (25.39% from 255 or 15.61% from 410); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC40 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBC40 is #6143BF. Grayscale: #A5A5A5. Windows color (decimal): -6374336 or 4242590. OLE color: 4242590.

HSL color Cylindrical-coordinate representation of color #9EBC40: hue angle of 74.52º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EBC40 is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 188 64 -
CMYK 0.16 0 0.66 0.26
HSL 74.52º 0.49% 0.49% -
HSV(B) 74.52º 0.66% 0.74% -
XYZ 33.01 43.61 11.53 -
YUV 164.89 71.06 123.08 -
System Red Green Blue C M Y K H S L
Decimal 158 188 64 0.16 0 0.66 0.26 74.52 0.49 0.49
Hex 9E BC 40 10 0 42 1A 4B 31 31
Octal 236 274 100 20 0 102 32 113 61 61
Binary 10011110 10111100 1000000 10000 0 1000010 11010 1001011 110001 110001

Color Harmonies of #9EBC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC40

Black with #9EBC40

Text Example


Text Example

White with #9EBC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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