Shades of Pale Green #9AF09B
Tints of Pale Green #9AF09B
RGB
CMYK
RGB Variations
Color information
#9AF09B (or 0x9AF09B) is known color: Pale Green. HEX triplet: 9A, F0 and 9B. RGB value is (154,240,155). Sum of RGB (Red+Green+Blue) = 154+240+155=549 (72% of max value = 765). Red value is 154 (60.55% from 255 or 28.05% from 549); Green value is 240 (94.14% from 255 or 43.72% from 549); Blue value is 155 (60.94% from 255 or 28.23% from 549); Max value from RGB is 240 - color contains mainly: green. Hex color #9AF09B is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF09B is #650F64. Grayscale: #CCCCCC. Windows color (decimal): -6623077 or 10219674. OLE color: 10219674.
HSL color Cylindrical-coordinate representation of color #9AF09B: hue angle of 120.7º degrees, saturation: 0.74, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9AF09B is Cyan = 0.36, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 154 | 240 | 155 | - |
| CMYK | 0.36 | 0 | 0.35 | 0.06 |
| HSL | 120.7º | 0.74% | 0.77% | - |
| HSV(B) | 120.7º | 0.36% | 0.94% | - |
| XYZ | 50.4 | 71.56 | 42.17 | - |
| YUV | 204.6 | 100.01 | 91.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 240 | 155 | 0.36 | 0 | 0.35 | 0.06 | 120.7 | 0.74 | 0.77 |
| Hex | 9A | F0 | 9B | 24 | 0 | 23 | 6 | 79 | 4A | 4D |
| Octal | 232 | 360 | 233 | 44 | 0 | 43 | 6 | 171 | 112 | 115 |
| Binary | 10011010 | 11110000 | 10011011 | 100100 | 0 | 100011 | 110 | 1111001 | 1001010 | 1001101 |
Color Harmonies of #9AF09B
Complementary color
Monochromatic Colors of #9AF09B
Black with #9AF09B
Text Example
Text Example
White with #9AF09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF09B; }
p { color: rgb(154,240,155); }
H1.HeaderClassName
{
color: #9AF09B;
}
.AnyTagClassName
{
color: #9AF09B;
}
</style>
background-color css
<style>
a { background-color: #9AF09B; }
a { background-color: rgb(154,240,155); }
div.DivClassName
{
background-color: #9AF09B;
}
.BgClassName
{
background-color: #9AF09B;
}
</style>
border-color css
<style>
span { border-color: #9AF09B; }
span { border-color: rgb(154,240,155); }
td.TdClassName
{
border-color: #9AF09B;
}
.TagClassName
{
border-color: #9AF09B;
}
</style>