Shades of Yellow Green #8AD235
Tints of Yellow Green #8AD235
RGB
CMYK
RGB Variations
Color information
#8AD235 (or 0x8AD235) is known color: Yellow Green. HEX triplet: 8A, D2 and 35. RGB value is (138,210,53). Sum of RGB (Red+Green+Blue) = 138+210+53=401 (53% of max value = 765). Red value is 138 (54.30% from 255 or 34.41% from 401); Green value is 210 (82.42% from 255 or 52.37% from 401); Blue value is 53 (21.09% from 255 or 13.22% from 401); Max value from RGB is 210 - color contains mainly: green. Hex color #8AD235 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #8AD235 is #752DCA. Grayscale: #ABABAB. Windows color (decimal): -7679435 or 3527306. OLE color: 3527306.
HSL color Cylindrical-coordinate representation of color #8AD235: hue angle of 87.52º degrees, saturation: 0.64, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #8AD235 is Cyan = 0.34, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 138 | 210 | 53 | - |
| CMYK | 0.34 | 0 | 0.75 | 0.18 |
| HSL | 87.52º | 0.64% | 0.52% | - |
| HSV(B) | 87.52º | 0.75% | 0.82% | - |
| XYZ | 34.17 | 51.75 | 11.56 | - |
| YUV | 170.57 | 61.65 | 104.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 210 | 53 | 0.34 | 0 | 0.75 | 0.18 | 87.52 | 0.64 | 0.52 |
| Hex | 8A | D2 | 35 | 22 | 0 | 4B | 12 | 58 | 40 | 34 |
| Octal | 212 | 322 | 65 | 42 | 0 | 113 | 22 | 130 | 100 | 64 |
| Binary | 10001010 | 11010010 | 110101 | 100010 | 0 | 1001011 | 10010 | 1011000 | 1000000 | 110100 |
Color Harmonies of #8AD235
Complementary color
Monochromatic Colors of #8AD235
Black with #8AD235
Text Example
Text Example
White with #8AD235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AD235; }
p { color: rgb(138,210,53); }
H1.HeaderClassName
{
color: #8AD235;
}
.AnyTagClassName
{
color: #8AD235;
}
</style>
background-color css
<style>
a { background-color: #8AD235; }
a { background-color: rgb(138,210,53); }
div.DivClassName
{
background-color: #8AD235;
}
.BgClassName
{
background-color: #8AD235;
}
</style>
border-color css
<style>
span { border-color: #8AD235; }
span { border-color: rgb(138,210,53); }
td.TdClassName
{
border-color: #8AD235;
}
.TagClassName
{
border-color: #8AD235;
}
</style>