Shades of Light Green #8AF385
Tints of Light Green #8AF385
RGB
CMYK
RGB Variations
Color information
#8AF385 (or 0x8AF385) is known color: Light Green. HEX triplet: 8A, F3 and 85. RGB value is (138,243,133). Sum of RGB (Red+Green+Blue) = 138+243+133=514 (68% of max value = 765). Red value is 138 (54.30% from 255 or 26.85% from 514); Green value is 243 (95.31% from 255 or 47.28% from 514); Blue value is 133 (52.34% from 255 or 25.88% from 514); Max value from RGB is 243 - color contains mainly: green. Hex color #8AF385 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #8AF385 is #750C7A. Grayscale: #C7C7C7. Windows color (decimal): -7670907 or 8778634. OLE color: 8778634.
HSL color Cylindrical-coordinate representation of color #8AF385: hue angle of 117.27º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8AF385 is Cyan = 0.43, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 243 | 133 | - |
| CMYK | 0.43 | 0 | 0.45 | 0.05 |
| HSL | 117.27º | 0.82% | 0.74% | - |
| HSV(B) | 117.27º | 0.45% | 0.95% | - |
| XYZ | 46.77 | 71.2 | 33.47 | - |
| YUV | 199.07 | 90.71 | 84.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 243 | 133 | 0.43 | 0 | 0.45 | 0.05 | 117.27 | 0.82 | 0.74 |
| Hex | 8A | F3 | 85 | 2B | 0 | 2D | 5 | 75 | 52 | 4A |
| Octal | 212 | 363 | 205 | 53 | 0 | 55 | 5 | 165 | 122 | 112 |
| Binary | 10001010 | 11110011 | 10000101 | 101011 | 0 | 101101 | 101 | 1110101 | 1010010 | 1001010 |
Color Harmonies of #8AF385
Complementary color
Monochromatic Colors of #8AF385
Black with #8AF385
Text Example
Text Example
White with #8AF385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF385; }
p { color: rgb(138,243,133); }
H1.HeaderClassName
{
color: #8AF385;
}
.AnyTagClassName
{
color: #8AF385;
}
</style>
background-color css
<style>
a { background-color: #8AF385; }
a { background-color: rgb(138,243,133); }
div.DivClassName
{
background-color: #8AF385;
}
.BgClassName
{
background-color: #8AF385;
}
</style>
border-color css
<style>
span { border-color: #8AF385; }
span { border-color: rgb(138,243,133); }
td.TdClassName
{
border-color: #8AF385;
}
.TagClassName
{
border-color: #8AF385;
}
</style>