#9CC053

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

Shades of Atlantis #9CC053

Tints of Atlantis #9CC053

Color information

#9CC053 (or 0x9CC053) is unknown color: approx Atlantis. HEX triplet: 9C, C0 and 53. RGB value is (156,192,83). Sum of RGB (Red+Green+Blue) = 156+192+83=431 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.19% from 431); Green value is 192 (75.39% from 255 or 44.55% from 431); Blue value is 83 (32.81% from 255 or 19.26% from 431); Max value from RGB is 192 - color contains mainly: green. Hex color #9CC053 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC053 is #633FAC. Grayscale: #A9A9A9. Windows color (decimal): -6504365 or 5488796. OLE color: 5488796.

HSL color Cylindrical-coordinate representation of color #9CC053: hue angle of 79.82º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9CC053 is Cyan = 0.19, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.25.

Color convert

RGB15619283-
CMYK0.1900.570.25
HSL79.82º46.38%53.92%-
HSV(B)79.82º56.77%75.29%-
XYZ34.1245.3915.15-
YUV168.8179.57118.86-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.19%
GREEN value IS 192 (75.39% from 255) = 44.55%
BLUE value IS 83 (32.81% from 255) = 19.26%
R=36.19%
G=44.55%
B=19.26%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal156192830.1900.570.2579.8246.3853.92
Hex9CC0531303919502e36
Octal23430012323071311205666
Binary10011100110000001010011100110111001110011010000101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,192,83); }

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

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

 a { background-color: rgb(156,192,83); }

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

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

 span { border-color: rgb(156,192,83); }

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