Html Css Color HEX #9DC450 Atlantis

📋 copy color: '#9DC450'

red 157 ◦ green 196 ◦ blue 80

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

Shades of Atlantis #9DC450

Tints of Atlantis #9DC450

RGB

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

 GREEN value IS 196 (76.95% from 255) = 45.27%

 BLUE value IS 80 (31.64% from 255) = 18.48%

R = 36.26%
G = 45.27%
B = 18.48%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#9DC450 (or 0x9DC450) is known color: Atlantis. HEX triplet: 9D, C4 and 50. RGB value is (157,196,80). Sum of RGB (Red+Green+Blue) = 157+196+80=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 196 (76.95% from 255 or 45.27% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 196 - color contains mainly: green. Hex color #9DC450 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC450 is #623BAF. Grayscale: #ABABAB. Windows color (decimal): -6437808 or 5293213. OLE color: 5293213.

HSL color Cylindrical-coordinate representation of color #9DC450: hue angle of 80.17º degrees, saturation: 0.5, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9DC450 is Cyan = 0.20, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 157 196 80 -
CMYK 0.20 0 0.59 0.23
HSL 80.17º 0.5% 0.54% -
HSV(B) 80.17º 0.59% 0.77% -
XYZ 35.09 47.23 14.86 -
YUV 171.12 76.58 117.93 -
System Red Green Blue C M Y K H S L
Decimal 157 196 80 0.20 0 0.59 0.23 80.17 0.5 0.54
Hex 9D C4 50 14 0 3B 17 50 32 36
Octal 235 304 120 24 0 73 27 120 62 66
Binary 10011101 11000100 1010000 10100 0 111011 10111 1010000 110010 110110

Color Harmonies of #9DC450

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9DC450

Black with #9DC450

Text Example


Text Example

White with #9DC450

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(157,196,80); }

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

background-color css

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

 a { background-color: rgb(157,196,80); }

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

border-color css

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

 span { border-color: rgb(157,196,80); }

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