Shades of Kelly Green #3AB008
Tints of Kelly Green #3AB008
RGB
CMYK
RGB Variations
Color information
#3AB008 (or 0x3AB008) is known color: Kelly Green. HEX triplet: 3A, B0 and 08. RGB value is (58,176,8). Sum of RGB (Red+Green+Blue) = 58+176+8=242 (32% of max value = 765). Red value is 58 (23.05% from 255 or 23.97% from 242); Green value is 176 (69.14% from 255 or 72.73% from 242); Blue value is 8 (3.52% from 255 or 3.31% from 242); Max value from RGB is 176 - color contains mainly: green. Hex color #3AB008 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #3AB008 is #C54FF7. Grayscale: #7A7A7A. Windows color (decimal): -12931064 or 569402. OLE color: 569402.
HSL color Cylindrical-coordinate representation of color #3AB008: hue angle of 102.14º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3AB008 is Cyan = 0.67, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 58 | 176 | 8 | - |
| CMYK | 0.67 | 0 | 0.95 | 0.31 |
| HSL | 102.14º | 0.91% | 0.36% | - |
| HSV(B) | 102.14º | 0.95% | 0.69% | - |
| XYZ | 17.31 | 31.97 | 5.49 | - |
| YUV | 121.57 | 63.91 | 82.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 176 | 8 | 0.67 | 0 | 0.95 | 0.31 | 102.14 | 0.91 | 0.36 |
| Hex | 3A | B0 | 8 | 43 | 0 | 5F | 1F | 66 | 5B | 24 |
| Octal | 72 | 260 | 10 | 103 | 0 | 137 | 37 | 146 | 133 | 44 |
| Binary | 111010 | 10110000 | 1000 | 1000011 | 0 | 1011111 | 11111 | 1100110 | 1011011 | 100100 |
Color Harmonies of #3AB008
Complementary color
Monochromatic Colors of #3AB008
Black with #3AB008
Text Example
Text Example
White with #3AB008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3AB008; }
p { color: rgb(58,176,8); }
H1.HeaderClassName
{
color: #3AB008;
}
.AnyTagClassName
{
color: #3AB008;
}
</style>
background-color css
<style>
a { background-color: #3AB008; }
a { background-color: rgb(58,176,8); }
div.DivClassName
{
background-color: #3AB008;
}
.BgClassName
{
background-color: #3AB008;
}
</style>
border-color css
<style>
span { border-color: #3AB008; }
span { border-color: rgb(58,176,8); }
td.TdClassName
{
border-color: #3AB008;
}
.TagClassName
{
border-color: #3AB008;
}
</style>