Html Css Color HEX #9EBD47 Atlantis

📋 copy color: '#9EBD47'

red 158 ◦ green 189 ◦ blue 71

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

Shades of Atlantis #9EBD47

Tints of Atlantis #9EBD47

RGB

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

 GREEN value IS 189 (74.22% from 255) = 45.22%

 BLUE value IS 71 (28.13% from 255) = 16.99%

R = 37.8%
G = 45.22%
B = 16.99%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.62

 K value IS 0.26

RGB Variations

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

Color information

#9EBD47 (or 0x9EBD47) is known color: Atlantis. HEX triplet: 9E, BD and 47. RGB value is (158,189,71). Sum of RGB (Red+Green+Blue) = 158+189+71=418 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.80% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 71 (28.12% from 255 or 16.99% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD47 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBD47 is #6142B8. Grayscale: #A6A6A6. Windows color (decimal): -6374073 or 4701598. OLE color: 4701598.

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

Color convert

RGB 158 189 71 -
CMYK 0.16 0 0.62 0.26
HSL 75.76º 0.47% 0.51% -
HSV(B) 75.76º 0.62% 0.74% -
XYZ 33.44 44.12 12.71 -
YUV 166.28 74.23 122.09 -
System Red Green Blue C M Y K H S L
Decimal 158 189 71 0.16 0 0.62 0.26 75.76 0.47 0.51
Hex 9E BD 47 10 0 3E 1A 4C 2F 33
Octal 236 275 107 20 0 76 32 114 57 63
Binary 10011110 10111101 1000111 10000 0 111110 11010 1001100 101111 110011

Color Harmonies of #9EBD47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD47

Black with #9EBD47

Text Example


Text Example

White with #9EBD47

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,189,71); }

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

background-color css

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

 a { background-color: rgb(158,189,71); }

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

border-color css

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

 span { border-color: rgb(158,189,71); }

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