Shades of Yellow Green #95C02A
Tints of Yellow Green #95C02A
RGB
CMYK
RGB Variations
Color information
#95C02A (or 0x95C02A) is known color: Yellow Green. HEX triplet: 95, C0 and 2A. RGB value is (149,192,42). Sum of RGB (Red+Green+Blue) = 149+192+42=383 (50% of max value = 765). Red value is 149 (58.59% from 255 or 38.90% from 383); Green value is 192 (75.39% from 255 or 50.13% from 383); Blue value is 42 (16.80% from 255 or 10.97% from 383); Max value from RGB is 192 - color contains mainly: green. Hex color #95C02A is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #95C02A is #6A3FD5. Grayscale: #A2A2A2. Windows color (decimal): -6963158 or 2801813. OLE color: 2801813.
HSL color Cylindrical-coordinate representation of color #95C02A: hue angle of 77.2º degrees, saturation: 0.64, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #95C02A is Cyan = 0.22, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 149 | 192 | 42 | - |
| CMYK | 0.22 | 0 | 0.78 | 0.25 |
| HSL | 77.2º | 0.64% | 0.46% | - |
| HSV(B) | 77.2º | 0.78% | 0.75% | - |
| XYZ | 31.66 | 44.26 | 9.06 | - |
| YUV | 162.04 | 60.25 | 118.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 192 | 42 | 0.22 | 0 | 0.78 | 0.25 | 77.2 | 0.64 | 0.46 |
| Hex | 95 | C0 | 2A | 16 | 0 | 4E | 19 | 4D | 40 | 2E |
| Octal | 225 | 300 | 52 | 26 | 0 | 116 | 31 | 115 | 100 | 56 |
| Binary | 10010101 | 11000000 | 101010 | 10110 | 0 | 1001110 | 11001 | 1001101 | 1000000 | 101110 |
Color Harmonies of #95C02A
Complementary color
Monochromatic Colors of #95C02A
Black with #95C02A
Text Example
Text Example
White with #95C02A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95C02A; }
p { color: rgb(149,192,42); }
H1.HeaderClassName
{
color: #95C02A;
}
.AnyTagClassName
{
color: #95C02A;
}
</style>
background-color css
<style>
a { background-color: #95C02A; }
a { background-color: rgb(149,192,42); }
div.DivClassName
{
background-color: #95C02A;
}
.BgClassName
{
background-color: #95C02A;
}
</style>
border-color css
<style>
span { border-color: #95C02A; }
span { border-color: rgb(149,192,42); }
td.TdClassName
{
border-color: #95C02A;
}
.TagClassName
{
border-color: #95C02A;
}
</style>