Shades of Pastel Green #6ACF6A
Tints of Pastel Green #6ACF6A
RGB
CMYK
RGB Variations
Color information
#6ACF6A (or 0x6ACF6A) is known color: Pastel Green. HEX triplet: 6A, CF and 6A. RGB value is (106,207,106). Sum of RGB (Red+Green+Blue) = 106+207+106=419 (55% of max value = 765). Red value is 106 (41.80% from 255 or 25.30% from 419); Green value is 207 (81.25% from 255 or 49.40% from 419); Blue value is 106 (41.80% from 255 or 25.30% from 419); Max value from RGB is 207 - color contains mainly: green. Hex color #6ACF6A is not a web safe color. Web safe color analog (approx): #66CC66. Inversed color of #6ACF6A is #953095. Grayscale: #A5A5A5. Windows color (decimal): -9777302 or 6999914. OLE color: 6999914.
HSL color Cylindrical-coordinate representation of color #6ACF6A: hue angle of 120º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6ACF6A is Cyan = 0.49, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 106 | 207 | 106 | - |
| CMYK | 0.49 | 0 | 0.49 | 0.19 |
| HSL | 120º | 0.51% | 0.61% | - |
| HSV(B) | 120º | 0.49% | 0.81% | - |
| XYZ | 30.86 | 48.73 | 21.42 | - |
| YUV | 165.29 | 94.54 | 85.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 106 | 207 | 106 | 0.49 | 0 | 0.49 | 0.19 | 120 | 0.51 | 0.61 |
| Hex | 6A | CF | 6A | 31 | 0 | 31 | 13 | 78 | 33 | 3D |
| Octal | 152 | 317 | 152 | 61 | 0 | 61 | 23 | 170 | 63 | 75 |
| Binary | 1101010 | 11001111 | 1101010 | 110001 | 0 | 110001 | 10011 | 1111000 | 110011 | 111101 |
Color Harmonies of #6ACF6A
Complementary color
Monochromatic Colors of #6ACF6A
Black with #6ACF6A
Text Example
Text Example
White with #6ACF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6ACF6A; }
p { color: rgb(106,207,106); }
H1.HeaderClassName
{
color: #6ACF6A;
}
.AnyTagClassName
{
color: #6ACF6A;
}
</style>
background-color css
<style>
a { background-color: #6ACF6A; }
a { background-color: rgb(106,207,106); }
div.DivClassName
{
background-color: #6ACF6A;
}
.BgClassName
{
background-color: #6ACF6A;
}
</style>
border-color css
<style>
span { border-color: #6ACF6A; }
span { border-color: rgb(106,207,106); }
td.TdClassName
{
border-color: #6ACF6A;
}
.TagClassName
{
border-color: #6ACF6A;
}
</style>