Shades of Bright Green #69FA0A
Tints of Bright Green #69FA0A
RGB
CMYK
RGB Variations
Color information
#69FA0A (or 0x69FA0A) is known color: Bright Green. HEX triplet: 69, FA and 0A. RGB value is (105,250,10). Sum of RGB (Red+Green+Blue) = 105+250+10=365 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.77% from 365); Green value is 250 (98.05% from 255 or 68.49% from 365); Blue value is 10 (4.30% from 255 or 2.74% from 365); Max value from RGB is 250 - color contains mainly: green. Hex color #69FA0A is not a web safe color. Web safe color analog (approx): #66FF00. Inversed color of #69FA0A is #9605F5. Grayscale: #B4B4B4. Windows color (decimal): -9831926 or 719465. OLE color: 719465.
HSL color Cylindrical-coordinate representation of color #69FA0A: hue angle of 96.25º degrees, saturation: 0.96, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #69FA0A is Cyan = 0.58, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 105 | 250 | 10 | - |
| CMYK | 0.58 | 0 | 0.96 | 0.02 |
| HSL | 96.25º | 0.96% | 0.51% | - |
| HSV(B) | 96.25º | 0.96% | 0.98% | - |
| XYZ | 40.07 | 71.4 | 11.96 | - |
| YUV | 179.29 | 32.46 | 75.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 250 | 10 | 0.58 | 0 | 0.96 | 0.02 | 96.25 | 0.96 | 0.51 |
| Hex | 69 | FA | A | 3A | 0 | 60 | 2 | 60 | 60 | 33 |
| Octal | 151 | 372 | 12 | 72 | 0 | 140 | 2 | 140 | 140 | 63 |
| Binary | 1101001 | 11111010 | 1010 | 111010 | 0 | 1100000 | 10 | 1100000 | 1100000 | 110011 |
Color Harmonies of #69FA0A
Complementary color
Monochromatic Colors of #69FA0A
Black with #69FA0A
Text Example
Text Example
White with #69FA0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69FA0A; }
p { color: rgb(105,250,10); }
H1.HeaderClassName
{
color: #69FA0A;
}
.AnyTagClassName
{
color: #69FA0A;
}
</style>
background-color css
<style>
a { background-color: #69FA0A; }
a { background-color: rgb(105,250,10); }
div.DivClassName
{
background-color: #69FA0A;
}
.BgClassName
{
background-color: #69FA0A;
}
</style>
border-color css
<style>
span { border-color: #69FA0A; }
span { border-color: rgb(105,250,10); }
td.TdClassName
{
border-color: #69FA0A;
}
.TagClassName
{
border-color: #69FA0A;
}
</style>