Html Css Color HEX #9CC550 Atlantis

📋 copy color: '#9CC550'

red 156 ◦ green 197 ◦ blue 80

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

Shades of Atlantis #9CC550

Tints of Atlantis #9CC550

RGB

 RED value IS 156 (61.33% from 255) = 36.03%

 GREEN value IS 197 (77.34% from 255) = 45.5%

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

R = 36.03%
G = 45.5%
B = 18.48%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.59

 K value IS 0.23

RGB Variations

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

Color information

#9CC550 (or 0x9CC550) is known color: Atlantis. HEX triplet: 9C, C5 and 50. RGB value is (156,197,80). Sum of RGB (Red+Green+Blue) = 156+197+80=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 197 (77.34% from 255 or 45.50% from 433); Blue value is 80 (31.64% from 255 or 18.48% from 433); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC550 is #633AAF. Grayscale: #ABABAB. Windows color (decimal): -6503088 or 5293468. OLE color: 5293468.

HSL color Cylindrical-coordinate representation of color #9CC550: hue angle of 81.03º 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 #9CC550 is Cyan = 0.21, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.23.

Color convert

RGB 156 197 80 -
CMYK 0.21 0 0.59 0.23
HSL 81.03º 0.5% 0.54% -
HSV(B) 81.03º 0.59% 0.77% -
XYZ 35.12 47.58 14.92 -
YUV 171.4 76.42 117.01 -
System Red Green Blue C M Y K H S L
Decimal 156 197 80 0.21 0 0.59 0.23 81.03 0.5 0.54
Hex 9C C5 50 15 0 3B 17 51 32 36
Octal 234 305 120 25 0 73 27 121 62 66
Binary 10011100 11000101 1010000 10101 0 111011 10111 1010001 110010 110110

Color Harmonies of #9CC550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC550

Black with #9CC550

Text Example


Text Example

White with #9CC550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(156,197,80); }

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

background-color css

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

 a { background-color: rgb(156,197,80); }

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

border-color css

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

 span { border-color: rgb(156,197,80); }

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