Html Css Color HEX #9CC855 Atlantis

📋 copy color: '#9CC855'

red 156 ◦ green 200 ◦ blue 85

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

Shades of Atlantis #9CC855

Tints of Atlantis #9CC855

RGB

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

 GREEN value IS 200 (78.52% from 255) = 45.35%

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

R = 35.37%
G = 45.35%
B = 19.27%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.58

 K value IS 0.22

RGB Variations

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

Color information

#9CC855 (or 0x9CC855) is known color: Atlantis. HEX triplet: 9C, C8 and 55. RGB value is (156,200,85). Sum of RGB (Red+Green+Blue) = 156+200+85=441 (58% of max value = 765). Red value is 156 (61.33% from 255 or 35.37% from 441); Green value is 200 (78.52% from 255 or 45.35% from 441); Blue value is 85 (33.59% from 255 or 19.27% from 441); Max value from RGB is 200 - color contains mainly: green. Hex color #9CC855 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC855 is #6337AA. Grayscale: #AEAEAE. Windows color (decimal): -6502315 or 5621916. OLE color: 5621916.

HSL color Cylindrical-coordinate representation of color #9CC855: hue angle of 82.96º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CC855 is Cyan = 0.22, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.22.

Color convert

RGB 156 200 85 -
CMYK 0.22 0 0.58 0.22
HSL 82.96º 0.51% 0.56% -
HSV(B) 82.96º 0.58% 0.78% -
XYZ 36 49.03 16.16 -
YUV 173.73 77.92 115.35 -
System Red Green Blue C M Y K H S L
Decimal 156 200 85 0.22 0 0.58 0.22 82.96 0.51 0.56
Hex 9C C8 55 16 0 3A 16 53 33 38
Octal 234 310 125 26 0 72 26 123 63 70
Binary 10011100 11001000 1010101 10110 0 111010 10110 1010011 110011 111000

Color Harmonies of #9CC855

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9CC855

Black with #9CC855

Text Example


Text Example

White with #9CC855

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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