Shades of Pale Green #9AF3A2
Tints of Pale Green #9AF3A2
RGB
CMYK
RGB Variations
Color information
#9AF3A2 (or 0x9AF3A2) is known color: Pale Green. HEX triplet: 9A, F3 and A2. RGB value is (154,243,162). Sum of RGB (Red+Green+Blue) = 154+243+162=559 (74% of max value = 765). Red value is 154 (60.55% from 255 or 27.55% from 559); Green value is 243 (95.31% from 255 or 43.47% from 559); Blue value is 162 (63.67% from 255 or 28.98% from 559); Max value from RGB is 243 - color contains mainly: green. Hex color #9AF3A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #9AF3A2 is #650C5D. Grayscale: #CFCFCF. Windows color (decimal): -6622302 or 10679194. OLE color: 10679194.
HSL color Cylindrical-coordinate representation of color #9AF3A2: hue angle of 125.39º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9AF3A2 is Cyan = 0.37, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 154 | 243 | 162 | - |
| CMYK | 0.37 | 0 | 0.33 | 0.05 |
| HSL | 125.39º | 0.79% | 0.78% | - |
| HSV(B) | 125.39º | 0.37% | 0.95% | - |
| XYZ | 51.9 | 73.58 | 45.65 | - |
| YUV | 207.16 | 102.51 | 90.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 243 | 162 | 0.37 | 0 | 0.33 | 0.05 | 125.39 | 0.79 | 0.78 |
| Hex | 9A | F3 | A2 | 25 | 0 | 21 | 5 | 7D | 4F | 4E |
| Octal | 232 | 363 | 242 | 45 | 0 | 41 | 5 | 175 | 117 | 116 |
| Binary | 10011010 | 11110011 | 10100010 | 100101 | 0 | 100001 | 101 | 1111101 | 1001111 | 1001110 |
Color Harmonies of #9AF3A2
Complementary color
Monochromatic Colors of #9AF3A2
Black with #9AF3A2
Text Example
Text Example
White with #9AF3A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AF3A2; }
p { color: rgb(154,243,162); }
H1.HeaderClassName
{
color: #9AF3A2;
}
.AnyTagClassName
{
color: #9AF3A2;
}
</style>
background-color css
<style>
a { background-color: #9AF3A2; }
a { background-color: rgb(154,243,162); }
div.DivClassName
{
background-color: #9AF3A2;
}
.BgClassName
{
background-color: #9AF3A2;
}
</style>
border-color css
<style>
span { border-color: #9AF3A2; }
span { border-color: rgb(154,243,162); }
td.TdClassName
{
border-color: #9AF3A2;
}
.TagClassName
{
border-color: #9AF3A2;
}
</style>