Shades of Pastel Green #8AF263
Tints of Pastel Green #8AF263
RGB
CMYK
RGB Variations
Color information
#8AF263 (or 0x8AF263) is known color: Pastel Green. HEX triplet: 8A, F2 and 63. RGB value is (138,242,99). Sum of RGB (Red+Green+Blue) = 138+242+99=479 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.81% from 479); Green value is 242 (94.92% from 255 or 50.52% from 479); Blue value is 99 (39.06% from 255 or 20.67% from 479); Max value from RGB is 242 - color contains mainly: green. Hex color #8AF263 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #8AF263 is #750D9C. Grayscale: #C3C3C3. Windows color (decimal): -7671197 or 6550154. OLE color: 6550154.
HSL color Cylindrical-coordinate representation of color #8AF263: hue angle of 103.64º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8AF263 is Cyan = 0.43, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 138 | 242 | 99 | - |
| CMYK | 0.43 | 0 | 0.59 | 0.05 |
| HSL | 103.64º | 0.85% | 0.67% | - |
| HSV(B) | 103.64º | 0.59% | 0.95% | - |
| XYZ | 44.49 | 69.81 | 22.93 | - |
| YUV | 194.6 | 74.04 | 87.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 138 | 242 | 99 | 0.43 | 0 | 0.59 | 0.05 | 103.64 | 0.85 | 0.67 |
| Hex | 8A | F2 | 63 | 2B | 0 | 3B | 5 | 68 | 55 | 43 |
| Octal | 212 | 362 | 143 | 53 | 0 | 73 | 5 | 150 | 125 | 103 |
| Binary | 10001010 | 11110010 | 1100011 | 101011 | 0 | 111011 | 101 | 1101000 | 1010101 | 1000011 |
Color Harmonies of #8AF263
Complementary color
Monochromatic Colors of #8AF263
Black with #8AF263
Text Example
Text Example
White with #8AF263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8AF263; }
p { color: rgb(138,242,99); }
H1.HeaderClassName
{
color: #8AF263;
}
.AnyTagClassName
{
color: #8AF263;
}
</style>
background-color css
<style>
a { background-color: #8AF263; }
a { background-color: rgb(138,242,99); }
div.DivClassName
{
background-color: #8AF263;
}
.BgClassName
{
background-color: #8AF263;
}
</style>
border-color css
<style>
span { border-color: #8AF263; }
span { border-color: rgb(138,242,99); }
td.TdClassName
{
border-color: #8AF263;
}
.TagClassName
{
border-color: #8AF263;
}
</style>