Shades of Atlantis #AFE038
Tints of Atlantis #AFE038
RGB
CMYK
RGB Variations
Color information
#AFE038 (or 0xAFE038) is known color: Atlantis. HEX triplet: AF, E0 and 38. RGB value is (175,224,56). Sum of RGB (Red+Green+Blue) = 175+224+56=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 224 (87.89% from 255 or 49.23% from 455); Blue value is 56 (22.27% from 255 or 12.31% from 455); Max value from RGB is 224 - color contains mainly: green. Hex color #AFE038 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AFE038 is #501FC7. Grayscale: #BEBEBE. Windows color (decimal): -5251016 or 3727535. OLE color: 3727535.
HSL color Cylindrical-coordinate representation of color #AFE038: hue angle of 77.5º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AFE038 is Cyan = 0.22, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 175 | 224 | 56 | - |
| CMYK | 0.22 | 0 | 0.75 | 0.12 |
| HSL | 77.5º | 0.73% | 0.55% | - |
| HSV(B) | 77.5º | 0.75% | 0.88% | - |
| XYZ | 45.05 | 62.71 | 13.47 | - |
| YUV | 190.2 | 52.27 | 117.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 224 | 56 | 0.22 | 0 | 0.75 | 0.12 | 77.5 | 0.73 | 0.55 |
| Hex | AF | E0 | 38 | 16 | 0 | 4B | C | 4E | 49 | 37 |
| Octal | 257 | 340 | 70 | 26 | 0 | 113 | 14 | 116 | 111 | 67 |
| Binary | 10101111 | 11100000 | 111000 | 10110 | 0 | 1001011 | 1100 | 1001110 | 1001001 | 110111 |
Color Harmonies of #AFE038
Complementary color
Monochromatic Colors of #AFE038
Black with #AFE038
Text Example
Text Example
White with #AFE038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AFE038; }
p { color: rgb(175,224,56); }
H1.HeaderClassName
{
color: #AFE038;
}
.AnyTagClassName
{
color: #AFE038;
}
</style>
background-color css
<style>
a { background-color: #AFE038; }
a { background-color: rgb(175,224,56); }
div.DivClassName
{
background-color: #AFE038;
}
.BgClassName
{
background-color: #AFE038;
}
</style>
border-color css
<style>
span { border-color: #AFE038; }
span { border-color: rgb(175,224,56); }
td.TdClassName
{
border-color: #AFE038;
}
.TagClassName
{
border-color: #AFE038;
}
</style>