Shades of Light Green #8AF27B
Tints of Light Green #8AF27B
RGB
CMYK
RGB Variations
Color information
#8AF27B (or 0x8AF27B) is known color: Light Green. HEX triplet: 8A, F2 and 7B. RGB value is (138,242,123). Sum of RGB (Red+Green+Blue) = 138+242+123=503 (66% of max value = 765). Red value is 138 (54.30% from 255 or 27.44% from 503); Green value is 242 (94.92% from 255 or 48.11% from 503); Blue value is 123 (48.44% from 255 or 24.45% from 503); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF27B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF27B is #750D84. Grayscale: #C5C5C5. Windows color (decimal): -7671173 or 8123018. OLE color: 8123018.
HSL color Cylindrical-coordinate representation of color #8AF27B: hue angle of 112.44º degrees, saturation: 0.82, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8AF27B is Cyan = 0.43, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 123 | - |
| CMYK | 0.43 | 0 | 0.49 | 0.05 |
| HSL | 112.44º | 0.82% | 0.72% | - |
| HSV(B) | 112.44º | 0.49% | 0.95% | - |
| XYZ | 45.81 | 70.34 | 29.9 | - |
| YUV | 197.34 | 86.04 | 85.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 123 | 0.43 | 0 | 0.49 | 0.05 | 112.44 | 0.82 | 0.72 |
| Hex | 8A | F2 | 7B | 2B | 0 | 31 | 5 | 70 | 52 | 48 |
| Octal | 212 | 362 | 173 | 53 | 0 | 61 | 5 | 160 | 122 | 110 |
| Binary | 10001010 | 11110010 | 1111011 | 101011 | 0 | 110001 | 101 | 1110000 | 1010010 | 1001000 |
Color Harmonies of #8AF27B
Complementary color
Monochromatic Colors of #8AF27B
Black with #8AF27B
Text Example
Text Example
White with #8AF27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF27B; }
p { color: rgb(138,242,123); }
H1.HeaderClassName
{
color: #8AF27B;
}
.AnyTagClassName
{
color: #8AF27B;
}
</style>
background-color css
<style>
a { background-color: #8AF27B; }
a { background-color: rgb(138,242,123); }
div.DivClassName
{
background-color: #8AF27B;
}
.BgClassName
{
background-color: #8AF27B;
}
</style>
border-color css
<style>
span { border-color: #8AF27B; }
span { border-color: rgb(138,242,123); }
td.TdClassName
{
border-color: #8AF27B;
}
.TagClassName
{
border-color: #8AF27B;
}
</style>