#9CC255

Color #9CC255 Atlantis (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Atlantis #9CC255

Tints of Atlantis #9CC255

Color information

#9CC255 (or 0x9CC255) is unknown color: approx Atlantis. HEX triplet: 9C, C2 and 55. RGB value is (156,194,85). Sum of RGB (Red+Green+Blue) = 156+194+85=435 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.86% from 435); Green value is 194 (76.17% from 255 or 44.60% from 435); Blue value is 85 (33.59% from 255 or 19.54% from 435); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC255 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC255 is #633DAA. Grayscale: #AAAAAA. Windows color (decimal): -6503851 or 5620380. OLE color: 5620380.

HSL color Cylindrical-coordinate representation of color #9CC255: hue angle of 80.92º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9CC255 is Cyan = 0.20, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.24.

Color convert

RGB15619485-
CMYK0.2000.560.24
HSL80.92º47.19%54.71%-
HSV(B)80.92º56.19%76.08%-
XYZ34.6446.3115.71-
YUV170.2179.91117.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.86%
GREEN value IS 194 (76.17% from 255) = 44.60%
BLUE value IS 85 (33.59% from 255) = 19.54%
R=35.86%
G=44.60%
B=19.54%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156194850.2000.560.2480.9247.1954.71
Hex9CC2551403818512f37
Octal23430212524070301215767
Binary10011100110000101010101101000111000110001010001101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC255

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #9CC255;
 }
 .AnyTagClassName
 {
   color: #9CC255;
 }
</style>
background-color css

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

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

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

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

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

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