Html Css Color HEX #9DC049 Atlantis

📋 copy color: '#9DC049'

red 157 ◦ green 192 ◦ blue 73

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

Shades of Atlantis #9DC049

Tints of Atlantis #9DC049

RGB

 RED value IS 157 (61.72% from 255) = 37.2%

 GREEN value IS 192 (75.39% from 255) = 45.5%

 BLUE value IS 73 (28.91% from 255) = 17.3%

R = 37.2%
G = 45.5%
B = 17.3%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#9DC049 (or 0x9DC049) is known color: Atlantis. HEX triplet: 9D, C0 and 49. RGB value is (157,192,73). Sum of RGB (Red+Green+Blue) = 157+192+73=422 (55% of max value = 765). Red value is 157 (61.72% from 255 or 37.20% from 422); Green value is 192 (75.39% from 255 or 45.50% from 422); Blue value is 73 (28.91% from 255 or 17.30% from 422); Max value from RGB is 192 - color contains mainly: green. Hex color #9DC049 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC049 is #623FB6. Grayscale: #A8A8A8. Windows color (decimal): -6438839 or 4833437. OLE color: 4833437.

HSL color Cylindrical-coordinate representation of color #9DC049: hue angle of 77.65º degrees, saturation: 0.49, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9DC049 is Cyan = 0.18, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 157 192 73 -
CMYK 0.18 0 0.62 0.25
HSL 77.65º 0.49% 0.52% -
HSV(B) 77.65º 0.62% 0.75% -
XYZ 33.96 45.35 13.27 -
YUV 167.97 74.4 120.18 -
System Red Green Blue C M Y K H S L
Decimal 157 192 73 0.18 0 0.62 0.25 77.65 0.49 0.52
Hex 9D C0 49 12 0 3E 19 4E 31 34
Octal 235 300 111 22 0 76 31 116 61 64
Binary 10011101 11000000 1001001 10010 0 111110 11001 1001110 110001 110100

Color Harmonies of #9DC049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC049

Black with #9DC049

Text Example


Text Example

White with #9DC049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,192,73); }

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

background-color css

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

 a { background-color: rgb(157,192,73); }

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

border-color css

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

 span { border-color: rgb(157,192,73); }

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