Shades of Atlantis #9CD03B
Tints of Atlantis #9CD03B
RGB
CMYK
RGB Variations
Color information
#9CD03B (or 0x9CD03B) is known color: 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
RGB | 156 | 208 | 59 | - |
CMYK | 0.25 | 0 | 0.72 | 0.18 |
HSL | 80.94º | 0.61% | 0.52% | - |
HSV(B) | 80.94º | 0.72% | 0.82% | - |
XYZ | 37.06 | 52.5 | 12.32 | - |
YUV | 175.47 | 62.27 | 114.12 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 156 | 208 | 59 | 0.25 | 0 | 0.72 | 0.18 | 80.94 | 0.61 | 0.52 |
Hex | 9C | D0 | 3B | 19 | 0 | 48 | 12 | 51 | 3D | 34 |
Octal | 234 | 320 | 73 | 31 | 0 | 110 | 22 | 121 | 75 | 64 |
Binary | 10011100 | 11010000 | 111011 | 11001 | 0 | 1001000 | 10010 | 1010001 | 111101 | 110100 |
Color Harmonies of #9CD03B
Complementary color
Monochromatic Colors of #9CD03B
Black with #9CD03B
Text Example
Text Example
White with #9CD03B
Text Example
Text Example
HTML Codes & Css Web 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>