Html Css Color HEX #9CC555 Atlantis

📋 copy color: '#9CC555'

red 156 ◦ green 197 ◦ blue 85

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

Shades of Atlantis #9CC555

Tints of Atlantis #9CC555

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 19.41%

R = 35.62%
G = 44.98%
B = 19.41%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.57

 K value IS 0.23

RGB Variations

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

Color information

#9CC555 (or 0x9CC555) is known color: Atlantis. HEX triplet: 9C, C5 and 55. RGB value is (156,197,85). Sum of RGB (Red+Green+Blue) = 156+197+85=438 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.62% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 85 (33.59% from 255 or 19.41% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #9CC555 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC555 is #633AAA. Grayscale: #ACACAC. Windows color (decimal): -6503083 or 5621148. OLE color: 5621148.

HSL color Cylindrical-coordinate representation of color #9CC555: hue angle of 81.96º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CC555 is Cyan = 0.21, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.23.

Color convert

RGB 156 197 85 -
CMYK 0.21 0 0.57 0.23
HSL 81.96º 0.49% 0.55% -
HSV(B) 81.96º 0.57% 0.77% -
XYZ 35.32 47.66 15.93 -
YUV 171.97 78.92 116.61 -
System Red Green Blue C M Y K H S L
Decimal 156 197 85 0.21 0 0.57 0.23 81.96 0.49 0.55
Hex 9C C5 55 15 0 39 17 52 31 37
Octal 234 305 125 25 0 71 27 122 61 67
Binary 10011100 11000101 1010101 10101 0 111001 10111 1010010 110001 110111

Color Harmonies of #9CC555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC555

Black with #9CC555

Text Example


Text Example

White with #9CC555

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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