Html Css Color HEX #9DC149 Atlantis

📋 copy color: '#9DC149'

red 157 ◦ green 193 ◦ blue 73

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

Shades of Atlantis #9DC149

Tints of Atlantis #9DC149

RGB

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

 GREEN value IS 193 (75.78% from 255) = 45.63%

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

R = 37.12%
G = 45.63%
B = 17.26%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#9DC149 (or 0x9DC149) is known color: Atlantis. HEX triplet: 9D, C1 and 49. RGB value is (157,193,73). Sum of RGB (Red+Green+Blue) = 157+193+73=423 (56% of max value = 765). Red value is 157 (61.72% from 255 or 37.12% from 423); Green value is 193 (75.78% from 255 or 45.63% from 423); Blue value is 73 (28.91% from 255 or 17.26% from 423); Max value from RGB is 193 - color contains mainly: green. Hex color #9DC149 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9DC149 is #623EB6. Grayscale: #A9A9A9. Windows color (decimal): -6438583 or 4833693. OLE color: 4833693.

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

Color convert

RGB 157 193 73 -
CMYK 0.19 0 0.62 0.24
HSL 78º 0.49% 0.52% -
HSV(B) 78º 0.62% 0.76% -
XYZ 34.18 45.79 13.34 -
YUV 168.56 74.07 119.76 -
System Red Green Blue C M Y K H S L
Decimal 157 193 73 0.19 0 0.62 0.24 78 0.49 0.52
Hex 9D C1 49 13 0 3E 18 4E 31 34
Octal 235 301 111 23 0 76 30 116 61 64
Binary 10011101 11000001 1001001 10011 0 111110 11000 1001110 110001 110100

Color Harmonies of #9DC149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC149

Black with #9DC149

Text Example


Text Example

White with #9DC149

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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