Shades of Apple #6AC04B
Tints of Apple #6AC04B
RGB
CMYK
RGB Variations
Color information
#6AC04B (or 0x6AC04B) is known color: Apple. HEX triplet: 6A, C0 and 4B. RGB value is (106,192,75). Sum of RGB (Red+Green+Blue) = 106+192+75=373 (49% of max value = 765). Red value is 106 (41.80% from 255 or 28.42% from 373); Green value is 192 (75.39% from 255 or 51.47% from 373); Blue value is 75 (29.69% from 255 or 20.11% from 373); Max value from RGB is 192 - color contains mainly: green. Hex color #6AC04B is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #6AC04B is #953FB4. Grayscale: #999999. Windows color (decimal): -9781173 or 4964458. OLE color: 4964458.
HSL color Cylindrical-coordinate representation of color #6AC04B: hue angle of 104.1º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #6AC04B is Cyan = 0.45, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 106 | 192 | 75 | - |
| CMYK | 0.45 | 0 | 0.61 | 0.25 |
| HSL | 104.1º | 0.48% | 0.52% | - |
| HSV(B) | 104.1º | 0.61% | 0.75% | - |
| XYZ | 26.06 | 41.27 | 13.25 | - |
| YUV | 152.95 | 84.01 | 94.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 192 | 75 | 0.45 | 0 | 0.61 | 0.25 | 104.1 | 0.48 | 0.52 |
| Hex | 6A | C0 | 4B | 2D | 0 | 3D | 19 | 68 | 30 | 34 |
| Octal | 152 | 300 | 113 | 55 | 0 | 75 | 31 | 150 | 60 | 64 |
| Binary | 1101010 | 11000000 | 1001011 | 101101 | 0 | 111101 | 11001 | 1101000 | 110000 | 110100 |
Color Harmonies of #6AC04B
Complementary color
Monochromatic Colors of #6AC04B
Black with #6AC04B
Text Example
Text Example
White with #6AC04B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6AC04B; }
p { color: rgb(106,192,75); }
H1.HeaderClassName
{
color: #6AC04B;
}
.AnyTagClassName
{
color: #6AC04B;
}
</style>
background-color css
<style>
a { background-color: #6AC04B; }
a { background-color: rgb(106,192,75); }
div.DivClassName
{
background-color: #6AC04B;
}
.BgClassName
{
background-color: #6AC04B;
}
</style>
border-color css
<style>
span { border-color: #6AC04B; }
span { border-color: rgb(106,192,75); }
td.TdClassName
{
border-color: #6AC04B;
}
.TagClassName
{
border-color: #6AC04B;
}
</style>