Shades of Atlantis #9BCF43
Tints of Atlantis #9BCF43
RGB
CMYK
RGB Variations
Color information
#9BCF43 (or 0x9BCF43) is known color: Atlantis. HEX triplet: 9B, CF and 43. RGB value is (155,207,67). Sum of RGB (Red+Green+Blue) = 155+207+67=429 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.13% from 429); Green value is 207 (81.25% from 255 or 48.25% from 429); Blue value is 67 (26.56% from 255 or 15.62% from 429); Max value from RGB is 207 - color contains mainly: green. Hex color #9BCF43 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #9BCF43 is #6430BC. Grayscale: #B0B0B0. Windows color (decimal): -6566077 or 4444059. OLE color: 4444059.
HSL color Cylindrical-coordinate representation of color #9BCF43: hue angle of 82.29º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9BCF43 is Cyan = 0.25, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 155 | 207 | 67 | - |
| CMYK | 0.25 | 0 | 0.68 | 0.19 |
| HSL | 82.29º | 0.59% | 0.54% | - |
| HSV(B) | 82.29º | 0.68% | 0.81% | - |
| XYZ | 36.84 | 52 | 13.41 | - |
| YUV | 175.49 | 66.77 | 113.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 207 | 67 | 0.25 | 0 | 0.68 | 0.19 | 82.29 | 0.59 | 0.54 |
| Hex | 9B | CF | 43 | 19 | 0 | 44 | 13 | 52 | 3B | 36 |
| Octal | 233 | 317 | 103 | 31 | 0 | 104 | 23 | 122 | 73 | 66 |
| Binary | 10011011 | 11001111 | 1000011 | 11001 | 0 | 1000100 | 10011 | 1010010 | 111011 | 110110 |
Color Harmonies of #9BCF43
Complementary color
Monochromatic Colors of #9BCF43
Black with #9BCF43
Text Example
Text Example
White with #9BCF43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BCF43; }
p { color: rgb(155,207,67); }
H1.HeaderClassName
{
color: #9BCF43;
}
.AnyTagClassName
{
color: #9BCF43;
}
</style>
background-color css
<style>
a { background-color: #9BCF43; }
a { background-color: rgb(155,207,67); }
div.DivClassName
{
background-color: #9BCF43;
}
.BgClassName
{
background-color: #9BCF43;
}
</style>
border-color css
<style>
span { border-color: #9BCF43; }
span { border-color: rgb(155,207,67); }
td.TdClassName
{
border-color: #9BCF43;
}
.TagClassName
{
border-color: #9BCF43;
}
</style>