Shades of Fun Green #0A693A
Tints of Fun Green #0A693A
RGB
CMYK
RGB Variations
Color information
#0A693A (or 0x0A693A) is known color: Fun Green. HEX triplet: 0A, 69 and 3A. RGB value is (10,105,58). Sum of RGB (Red+Green+Blue) = 10+105+58=173 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.78% from 173); Green value is 105 (41.41% from 255 or 60.69% from 173); Blue value is 58 (23.05% from 255 or 33.53% from 173); Max value from RGB is 105 - color contains mainly: green. Hex color #0A693A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0A693A is #F596C5. Grayscale: #474747. Windows color (decimal): -16094918 or 3827978. OLE color: 3827978.
HSL color Cylindrical-coordinate representation of color #0A693A: hue angle of 150.32º degrees, saturation: 0.83, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0A693A is Cyan = 0.90, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 10 | 105 | 58 | - |
| CMYK | 0.90 | 0 | 0.45 | 0.59 |
| HSL | 150.32º | 0.83% | 0.23% | - |
| HSV(B) | 150.32º | 0.9% | 0.41% | - |
| XYZ | 5.94 | 10.47 | 5.71 | - |
| YUV | 71.24 | 120.53 | 84.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 105 | 58 | 0.90 | 0 | 0.45 | 0.59 | 150.32 | 0.83 | 0.23 |
| Hex | A | 69 | 3A | 5A | 0 | 2D | 3B | 96 | 53 | 17 |
| Octal | 12 | 151 | 72 | 132 | 0 | 55 | 73 | 226 | 123 | 27 |
| Binary | 1010 | 1101001 | 111010 | 1011010 | 0 | 101101 | 111011 | 10010110 | 1010011 | 10111 |
Color Harmonies of #0A693A
Complementary color
Monochromatic Colors of #0A693A
Black with #0A693A
Text Example
Text Example
White with #0A693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A693A; }
p { color: rgb(10,105,58); }
H1.HeaderClassName
{
color: #0A693A;
}
.AnyTagClassName
{
color: #0A693A;
}
</style>
background-color css
<style>
a { background-color: #0A693A; }
a { background-color: rgb(10,105,58); }
div.DivClassName
{
background-color: #0A693A;
}
.BgClassName
{
background-color: #0A693A;
}
</style>
border-color css
<style>
span { border-color: #0A693A; }
span { border-color: rgb(10,105,58); }
td.TdClassName
{
border-color: #0A693A;
}
.TagClassName
{
border-color: #0A693A;
}
</style>