Shades of Pastel Green #69E08A
Tints of Pastel Green #69E08A
RGB
CMYK
RGB Variations
Color information
#69E08A (or 0x69E08A) is known color: Pastel Green. HEX triplet: 69, E0 and 8A. RGB value is (105,224,138). Sum of RGB (Red+Green+Blue) = 105+224+138=467 (61% of max value = 765). Red value is 105 (41.41% from 255 or 22.48% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 138 (54.30% from 255 or 29.55% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #69E08A is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #69E08A is #961F75. Grayscale: #B2B2B2. Windows color (decimal): -9838454 or 9101417. OLE color: 9101417.
HSL color Cylindrical-coordinate representation of color #69E08A: hue angle of 136.64º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69E08A is Cyan = 0.53, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 105 | 224 | 138 | - |
| CMYK | 0.53 | 0 | 0.38 | 0.12 |
| HSL | 136.64º | 0.66% | 0.65% | - |
| HSV(B) | 136.64º | 0.53% | 0.88% | - |
| XYZ | 37.07 | 58.15 | 33.32 | - |
| YUV | 178.62 | 105.08 | 75.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 105 | 224 | 138 | 0.53 | 0 | 0.38 | 0.12 | 136.64 | 0.66 | 0.65 |
| Hex | 69 | E0 | 8A | 35 | 0 | 26 | C | 89 | 42 | 41 |
| Octal | 151 | 340 | 212 | 65 | 0 | 46 | 14 | 211 | 102 | 101 |
| Binary | 1101001 | 11100000 | 10001010 | 110101 | 0 | 100110 | 1100 | 10001001 | 1000010 | 1000001 |
Color Harmonies of #69E08A
Complementary color
Monochromatic Colors of #69E08A
Black with #69E08A
Text Example
Text Example
White with #69E08A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #69E08A; }
p { color: rgb(105,224,138); }
H1.HeaderClassName
{
color: #69E08A;
}
.AnyTagClassName
{
color: #69E08A;
}
</style>
background-color css
<style>
a { background-color: #69E08A; }
a { background-color: rgb(105,224,138); }
div.DivClassName
{
background-color: #69E08A;
}
.BgClassName
{
background-color: #69E08A;
}
</style>
border-color css
<style>
span { border-color: #69E08A; }
span { border-color: rgb(105,224,138); }
td.TdClassName
{
border-color: #69E08A;
}
.TagClassName
{
border-color: #69E08A;
}
</style>