Shades of Atlantis #AFE336
Tints of Atlantis #AFE336
RGB
CMYK
RGB Variations
Color information
#AFE336 (or 0xAFE336) is known color: Atlantis. HEX triplet: AF, E3 and 36. RGB value is (175,227,54). Sum of RGB (Red+Green+Blue) = 175+227+54=456 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.38% from 456); Green value is 227 (89.06% from 255 or 49.78% from 456); Blue value is 54 (21.48% from 255 or 11.84% from 456); Max value from RGB is 227 - color contains mainly: green. Hex color #AFE336 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE336 is #501CC9. Grayscale: #C0C0C0. Windows color (decimal): -5250250 or 3597231. OLE color: 3597231.
HSL color Cylindrical-coordinate representation of color #AFE336: hue angle of 78.03º degrees, saturation: 0.76, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AFE336 is Cyan = 0.23, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 175 | 227 | 54 | - |
| CMYK | 0.23 | 0 | 0.76 | 0.11 |
| HSL | 78.03º | 0.76% | 0.55% | - |
| HSV(B) | 78.03º | 0.76% | 0.89% | - |
| XYZ | 45.81 | 64.32 | 13.49 | - |
| YUV | 191.73 | 50.27 | 116.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 227 | 54 | 0.23 | 0 | 0.76 | 0.11 | 78.03 | 0.76 | 0.55 |
| Hex | AF | E3 | 36 | 17 | 0 | 4C | B | 4E | 4C | 37 |
| Octal | 257 | 343 | 66 | 27 | 0 | 114 | 13 | 116 | 114 | 67 |
| Binary | 10101111 | 11100011 | 110110 | 10111 | 0 | 1001100 | 1011 | 1001110 | 1001100 | 110111 |
Color Harmonies of #AFE336
Complementary color
Monochromatic Colors of #AFE336
Black with #AFE336
Text Example
Text Example
White with #AFE336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE336; }
p { color: rgb(175,227,54); }
H1.HeaderClassName
{
color: #AFE336;
}
.AnyTagClassName
{
color: #AFE336;
}
</style>
background-color css
<style>
a { background-color: #AFE336; }
a { background-color: rgb(175,227,54); }
div.DivClassName
{
background-color: #AFE336;
}
.BgClassName
{
background-color: #AFE336;
}
</style>
border-color css
<style>
span { border-color: #AFE336; }
span { border-color: rgb(175,227,54); }
td.TdClassName
{
border-color: #AFE336;
}
.TagClassName
{
border-color: #AFE336;
}
</style>