Html Css Color HEX #9CD550 Atlantis

📋 copy color: '#9CD550'

red 156 ◦ green 213 ◦ blue 80

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

Shades of Atlantis #9CD550

Tints of Atlantis #9CD550

RGB

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

 GREEN value IS 213 (83.59% from 255) = 47.44%

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

R = 34.74%
G = 47.44%
B = 17.82%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.62

 K value IS 0.16

RGB Variations

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

Color information

#9CD550 (or 0x9CD550) is known color: Atlantis. HEX triplet: 9C, D5 and 50. RGB value is (156,213,80). Sum of RGB (Red+Green+Blue) = 156+213+80=449 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.74% from 449); Green value is 213 (83.59% from 255 or 47.44% from 449); Blue value is 80 (31.64% from 255 or 17.82% from 449); Max value from RGB is 213 - color contains mainly: green. Hex color #9CD550 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CD550 is #632AAF. Grayscale: #B5B5B5. Windows color (decimal): -6498992 or 5297564. OLE color: 5297564.

HSL color Cylindrical-coordinate representation of color #9CD550: hue angle of 85.71º degrees, saturation: 0.61, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9CD550 is Cyan = 0.27, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.16.

Color convert

RGB 156 213 80 -
CMYK 0.27 0 0.62 0.16
HSL 85.71º 0.61% 0.57% -
HSV(B) 85.71º 0.62% 0.84% -
XYZ 38.95 55.24 16.2 -
YUV 180.8 71.12 110.31 -
System Red Green Blue C M Y K H S L
Decimal 156 213 80 0.27 0 0.62 0.16 85.71 0.61 0.57
Hex 9C D5 50 1B 0 3E 10 56 3D 39
Octal 234 325 120 33 0 76 20 126 75 71
Binary 10011100 11010101 1010000 11011 0 111110 10000 1010110 111101 111001

Color Harmonies of #9CD550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CD550

Black with #9CD550

Text Example


Text Example

White with #9CD550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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