#9cdc3a

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

Shades of Atlantis #9CDC3A

Tints of Atlantis #9CDC3A

Color information

#9CDC3A (or 0x9CDC3A) is unknown color: approx Atlantis. HEX triplet: 9C, DC and 3A. RGB value is (156,220,58). Sum of RGB (Red+Green+Blue) = 156+220+58=434 (57% of max value = 765). Red value is 156 (61.33% from 255 or 35.94% from 434); Green value is 220 (86.33% from 255 or 50.69% from 434); Blue value is 58 (23.05% from 255 or 13.36% from 434); Max value from RGB is 220 - color contains mainly: green. Hex color #9CDC3A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CDC3A is #6323C5. Grayscale: #B6B6B6. Windows color (decimal): -6497222 or 3857564. OLE color: 3857564.

HSL color Cylindrical-coordinate representation of color #9CDC3A: hue angle of 83.7º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9CDC3A is Cyan = 0.29, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.14.

Color convert

RGB15622058-
CMYK0.2900.740.14
HSL83.7º69.83%54.51%-
HSV(B)83.7º73.64%86.27%-
XYZ40.0758.5613.19-
YUV182.457.8109.17-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 35.94%
GREEN value IS 220 (86.33% from 255) = 50.69%
BLUE value IS 58 (23.05% from 255) = 13.36%
R=35.94%
G=50.69%
B=13.36%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156220580.2900.740.1483.769.8354.51
Hex9CDC3A1D04AE544637
Octal234334723501121612410667
Binary10011100110111001110101110101001010111010101001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9cdc3a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,220,58); }

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

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

 a { background-color: rgb(156,220,58); }

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

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

 span { border-color: rgb(156,220,58); }

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