Shades of Apple #7AC03D
Tints of Apple #7AC03D
RGB
CMYK
RGB Variations
Color information
#7AC03D (or 0x7AC03D) is known color: Apple. HEX triplet: 7A, C0 and 3D. RGB value is (122,192,61). Sum of RGB (Red+Green+Blue) = 122+192+61=375 (49% of max value = 765). Red value is 122 (48.05% from 255 or 32.53% from 375); Green value is 192 (75.39% from 255 or 51.2% from 375); Blue value is 61 (24.22% from 255 or 16.27% from 375); Max value from RGB is 192 - color contains mainly: green. Hex color #7AC03D is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #7AC03D is #853FC2. Grayscale: #9C9C9C. Windows color (decimal): -8732611 or 4046970. OLE color: 4046970.
HSL color Cylindrical-coordinate representation of color #7AC03D: hue angle of 92.06º degrees, saturation: 0.52, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #7AC03D is Cyan = 0.36, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 122 | 192 | 61 | - |
| CMYK | 0.36 | 0 | 0.68 | 0.25 |
| HSL | 92.06º | 0.52% | 0.5% | - |
| HSV(B) | 92.06º | 0.68% | 0.75% | - |
| XYZ | 27.72 | 42.17 | 11.09 | - |
| YUV | 156.14 | 74.31 | 103.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 192 | 61 | 0.36 | 0 | 0.68 | 0.25 | 92.06 | 0.52 | 0.5 |
| Hex | 7A | C0 | 3D | 24 | 0 | 44 | 19 | 5C | 34 | 32 |
| Octal | 172 | 300 | 75 | 44 | 0 | 104 | 31 | 134 | 64 | 62 |
| Binary | 1111010 | 11000000 | 111101 | 100100 | 0 | 1000100 | 11001 | 1011100 | 110100 | 110010 |
Color Harmonies of #7AC03D
Complementary color
Monochromatic Colors of #7AC03D
Black with #7AC03D
Text Example
Text Example
White with #7AC03D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7AC03D; }
p { color: rgb(122,192,61); }
H1.HeaderClassName
{
color: #7AC03D;
}
.AnyTagClassName
{
color: #7AC03D;
}
</style>
background-color css
<style>
a { background-color: #7AC03D; }
a { background-color: rgb(122,192,61); }
div.DivClassName
{
background-color: #7AC03D;
}
.BgClassName
{
background-color: #7AC03D;
}
</style>
border-color css
<style>
span { border-color: #7AC03D; }
span { border-color: rgb(122,192,61); }
td.TdClassName
{
border-color: #7AC03D;
}
.TagClassName
{
border-color: #7AC03D;
}
</style>