#9CD03B

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

Shades of Atlantis #9CD03B

Tints of Atlantis #9CD03B

Color information

#9CD03B (or 0x9CD03B) is unknown color: approx Atlantis. HEX triplet: 9C, D0 and 3B. RGB value is (156,208,59). Sum of RGB (Red+Green+Blue) = 156+208+59=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 208 (81.64% from 255 or 49.17% from 423); Blue value is 59 (23.44% from 255 or 13.95% from 423); Max value from RGB is 208 - color contains mainly: green. Hex color #9CD03B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9CD03B is #632FC4. Grayscale: #B0B0B0. Windows color (decimal): -6500293 or 3920028. OLE color: 3920028.

HSL color Cylindrical-coordinate representation of color #9CD03B: hue angle of 80.94º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #9CD03B is Cyan = 0.25, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.18.

Color convert

RGB15620859-
CMYK0.2500.720.18
HSL80.94º61.32%52.35%-
HSV(B)80.94º71.63%81.57%-
XYZ37.0652.512.32-
YUV175.4762.27114.12-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.88%
GREEN value IS 208 (81.64% from 255) = 49.17%
BLUE value IS 59 (23.44% from 255) = 13.95%
R=36.88%
G=49.17%
B=13.95%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal156208590.2500.720.1880.9461.3252.35
Hex9CD03B1904812513d34
Octal23432073310110221217564
Binary10011100110100001110111100101001000100101010001111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9CD03B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,208,59); }

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

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

 a { background-color: rgb(156,208,59); }

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

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

 span { border-color: rgb(156,208,59); }

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