Html Css Color HEX #9EB941 Atlantis

📋 copy color: '#9EB941'

red 158 ◦ green 185 ◦ blue 65

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

Shades of Atlantis #9EB941

Tints of Atlantis #9EB941

RGB

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

 GREEN value IS 185 (72.66% from 255) = 45.34%

 BLUE value IS 65 (25.78% from 255) = 15.93%

R = 38.73%
G = 45.34%
B = 15.93%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.65

 K value IS 0.27

RGB Variations

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

Color information

#9EB941 (or 0x9EB941) is known color: Atlantis. HEX triplet: 9E, B9 and 41. RGB value is (158,185,65). Sum of RGB (Red+Green+Blue) = 158+185+65=408 (54% of max value = 765). Red value is 158 (62.11% from 255 or 38.73% from 408); Green value is 185 (72.66% from 255 or 45.34% from 408); Blue value is 65 (25.78% from 255 or 15.93% from 408); Max value from RGB is 185 - color contains mainly: green. Hex color #9EB941 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EB941 is #6146BE. Grayscale: #A3A3A3. Windows color (decimal): -6375103 or 4307358. OLE color: 4307358.

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

Color convert

RGB 158 185 65 -
CMYK 0.15 0 0.65 0.27
HSL 73.5º 0.48% 0.49% -
HSV(B) 73.5º 0.65% 0.73% -
XYZ 32.4 42.35 11.47 -
YUV 163.25 72.55 124.26 -
System Red Green Blue C M Y K H S L
Decimal 158 185 65 0.15 0 0.65 0.27 73.5 0.48 0.49
Hex 9E B9 41 F 0 41 1B 4A 30 31
Octal 236 271 101 17 0 101 33 112 60 61
Binary 10011110 10111001 1000001 1111 0 1000001 11011 1001010 110000 110001

Color Harmonies of #9EB941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EB941

Black with #9EB941

Text Example


Text Example

White with #9EB941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,185,65); }

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

background-color css

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

 a { background-color: rgb(158,185,65); }

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

border-color css

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

 span { border-color: rgb(158,185,65); }

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