Shades of Apple #6AD930
Tints of Apple #6AD930
RGB
CMYK
RGB Variations
Color information
#6AD930 (or 0x6AD930) is known color: Apple. HEX triplet: 6A, D9 and 30. RGB value is (106,217,48). Sum of RGB (Red+Green+Blue) = 106+217+48=371 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.57% from 371); Green value is 217 (85.16% from 255 or 58.49% from 371); Blue value is 48 (19.14% from 255 or 12.94% from 371); Max value from RGB is 217 - color contains mainly: green. Hex color #6AD930 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AD930 is #9526CF. Grayscale: #A5A5A5. Windows color (decimal): -9774800 or 3201386. OLE color: 3201386.
HSL color Cylindrical-coordinate representation of color #6AD930: hue angle of 99.41º degrees, saturation: 0.69, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6AD930 is Cyan = 0.51, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 106 | 217 | 48 | - |
| CMYK | 0.51 | 0 | 0.78 | 0.15 |
| HSL | 99.41º | 0.69% | 0.52% | - |
| HSV(B) | 99.41º | 0.78% | 0.85% | - |
| XYZ | 31.29 | 52.9 | 11.36 | - |
| YUV | 164.55 | 62.23 | 86.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 217 | 48 | 0.51 | 0 | 0.78 | 0.15 | 99.41 | 0.69 | 0.52 |
| Hex | 6A | D9 | 30 | 33 | 0 | 4E | F | 63 | 45 | 34 |
| Octal | 152 | 331 | 60 | 63 | 0 | 116 | 17 | 143 | 105 | 64 |
| Binary | 1101010 | 11011001 | 110000 | 110011 | 0 | 1001110 | 1111 | 1100011 | 1000101 | 110100 |
Color Harmonies of #6AD930
Complementary color
Monochromatic Colors of #6AD930
Black with #6AD930
Text Example
Text Example
White with #6AD930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AD930; }
p { color: rgb(106,217,48); }
H1.HeaderClassName
{
color: #6AD930;
}
.AnyTagClassName
{
color: #6AD930;
}
</style>
background-color css
<style>
a { background-color: #6AD930; }
a { background-color: rgb(106,217,48); }
div.DivClassName
{
background-color: #6AD930;
}
.BgClassName
{
background-color: #6AD930;
}
</style>
border-color css
<style>
span { border-color: #6AD930; }
span { border-color: rgb(106,217,48); }
td.TdClassName
{
border-color: #6AD930;
}
.TagClassName
{
border-color: #6AD930;
}
</style>