Html Css Color HEX #9EBC3E Atlantis

📋 copy color: '#9EBC3E'

red 158 ◦ green 188 ◦ blue 62

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

Shades of Atlantis #9EBC3E

Tints of Atlantis #9EBC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 15.2%

R = 38.73%
G = 46.08%
B = 15.2%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.67

 K value IS 0.26

RGB Variations

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

Color information

#9EBC3E (or 0x9EBC3E) is known color: Atlantis. HEX triplet: 9E, BC and 3E. RGB value is (158,188,62). Sum of RGB (Red+Green+Blue) = 158+188+62=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 188 (73.83% from 255 or 46.08% from 408); Blue value is 62 (24.61% from 255 or 15.20% from 408); Max value from RGB is 188 - color contains mainly: green. Hex color #9EBC3E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBC3E is #6143C1. Grayscale: #A5A5A5. Windows color (decimal): -6374338 or 4111518. OLE color: 4111518.

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

Color convert

RGB 158 188 62 -
CMYK 0.16 0 0.67 0.26
HSL 74.29º 0.5% 0.49% -
HSV(B) 74.29º 0.67% 0.74% -
XYZ 32.95 43.58 11.23 -
YUV 164.67 70.06 123.25 -
System Red Green Blue C M Y K H S L
Decimal 158 188 62 0.16 0 0.67 0.26 74.29 0.5 0.49
Hex 9E BC 3E 10 0 43 1A 4A 32 31
Octal 236 274 76 20 0 103 32 112 62 61
Binary 10011110 10111100 111110 10000 0 1000011 11010 1001010 110010 110001

Color Harmonies of #9EBC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBC3E

Black with #9EBC3E

Text Example


Text Example

White with #9EBC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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