Shades of Apple #6AC431
Tints of Apple #6AC431
RGB
CMYK
RGB Variations
Color information
#6AC431 (or 0x6AC431) is known color: Apple. HEX triplet: 6A, C4 and 31. RGB value is (106,196,49). Sum of RGB (Red+Green+Blue) = 106+196+49=351 (46% of max value = 765). Red value is 106 (41.80% from 255 or 30.20% from 351); Green value is 196 (76.95% from 255 or 55.84% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 196 - color contains mainly: green. Hex color #6AC431 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC431 is #953BCE. Grayscale: #989898. Windows color (decimal): -9780175 or 3261546. OLE color: 3261546.
HSL color Cylindrical-coordinate representation of color #6AC431: hue angle of 96.73º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #6AC431 is Cyan = 0.46, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 106 | 196 | 49 | - |
| CMYK | 0.46 | 0 | 0.75 | 0.23 |
| HSL | 96.73º | 0.6% | 0.48% | - |
| HSV(B) | 96.73º | 0.75% | 0.77% | - |
| XYZ | 26.24 | 42.77 | 9.78 | - |
| YUV | 152.33 | 69.68 | 94.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 196 | 49 | 0.46 | 0 | 0.75 | 0.23 | 96.73 | 0.6 | 0.48 |
| Hex | 6A | C4 | 31 | 2E | 0 | 4B | 17 | 61 | 3C | 30 |
| Octal | 152 | 304 | 61 | 56 | 0 | 113 | 27 | 141 | 74 | 60 |
| Binary | 1101010 | 11000100 | 110001 | 101110 | 0 | 1001011 | 10111 | 1100001 | 111100 | 110000 |
Color Harmonies of #6AC431
Complementary color
Monochromatic Colors of #6AC431
Black with #6AC431
Text Example
Text Example
White with #6AC431
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC431; }
p { color: rgb(106,196,49); }
H1.HeaderClassName
{
color: #6AC431;
}
.AnyTagClassName
{
color: #6AC431;
}
</style>
background-color css
<style>
a { background-color: #6AC431; }
a { background-color: rgb(106,196,49); }
div.DivClassName
{
background-color: #6AC431;
}
.BgClassName
{
background-color: #6AC431;
}
</style>
border-color css
<style>
span { border-color: #6AC431; }
span { border-color: rgb(106,196,49); }
td.TdClassName
{
border-color: #6AC431;
}
.TagClassName
{
border-color: #6AC431;
}
</style>