Html Css Color HEX #9EBD48 Atlantis

📋 copy color: '#9EBD48'

red 158 ◦ green 189 ◦ blue 72

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

Shades of Atlantis #9EBD48

Tints of Atlantis #9EBD48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 17.18%

R = 37.71%
G = 45.11%
B = 17.18%

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

#9EBD48 (or 0x9EBD48) is known color: Atlantis. HEX triplet: 9E, BD and 48. RGB value is (158,189,72). Sum of RGB (Red+Green+Blue) = 158+189+72=419 (55% of max value = 765). Red value is 158 (62.11% from 255 or 37.71% from 419); Green value is 189 (74.22% from 255 or 45.11% from 419); Blue value is 72 (28.52% from 255 or 17.18% from 419); Max value from RGB is 189 - color contains mainly: green. Hex color #9EBD48 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9EBD48 is #6142B7. Grayscale: #A6A6A6. Windows color (decimal): -6374072 or 4767134. OLE color: 4767134.

HSL color Cylindrical-coordinate representation of color #9EBD48: hue angle of 75.9º 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 #9EBD48 is Cyan = 0.16, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.26.

Color convert

RGB 158 189 72 -
CMYK 0.16 0 0.62 0.26
HSL 75.9º 0.47% 0.51% -
HSV(B) 75.9º 0.62% 0.74% -
XYZ 33.47 44.13 12.89 -
YUV 166.39 74.73 122.01 -
System Red Green Blue C M Y K H S L
Decimal 158 189 72 0.16 0 0.62 0.26 75.9 0.47 0.51
Hex 9E BD 48 10 0 3E 1A 4C 2F 33
Octal 236 275 110 20 0 76 32 114 57 63
Binary 10011110 10111101 1001000 10000 0 111110 11010 1001100 101111 110011

Color Harmonies of #9EBD48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EBD48

Black with #9EBD48

Text Example


Text Example

White with #9EBD48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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