#9CC253

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

Shades of Atlantis #9CC253

Tints of Atlantis #9CC253

Color information

#9CC253 (or 0x9CC253) is unknown color: approx Atlantis. HEX triplet: 9C, C2 and 53. RGB value is (156,194,83). Sum of RGB (Red+Green+Blue) = 156+194+83=433 (57% of max value = 765). Red value is 156 (61.33% from 255 or 36.03% from 433); Green value is 194 (76.17% from 255 or 44.80% from 433); Blue value is 83 (32.81% from 255 or 19.17% from 433); Max value from RGB is 194 - color contains mainly: green. Hex color #9CC253 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9CC253 is #633DAC. Grayscale: #AAAAAA. Windows color (decimal): -6503853 or 5489308. OLE color: 5489308.

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

Color convert

RGB15619483-
CMYK0.2000.570.24
HSL80.54º47.64%54.31%-
HSV(B)80.54º57.22%76.08%-
XYZ34.5646.2815.29-
YUV169.9878.91118.03-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.03%
GREEN value IS 194 (76.17% from 255) = 44.80%
BLUE value IS 83 (32.81% from 255) = 19.17%
R=36.03%
G=44.80%
B=19.17%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156194830.2000.570.2480.5447.6454.31
Hex9CC2531403918513036
Octal23430212324071301216066
Binary10011100110000101010011101000111001110001010001110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CC253

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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