Shades of Conifer #9AE653
Tints of Conifer #9AE653
RGB
CMYK
RGB Variations
Color information
#9AE653 (or 0x9AE653) is known color: Conifer. HEX triplet: 9A, E6 and 53. RGB value is (154,230,83). Sum of RGB (Red+Green+Blue) = 154+230+83=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 230 (90.23% from 255 or 49.25% from 467); Blue value is 83 (32.81% from 255 or 17.77% from 467); Max value from RGB is 230 - color contains mainly: green. Hex color #9AE653 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE653 is #6519AC. Grayscale: #BFBFBF. Windows color (decimal): -6625709 or 5498522. OLE color: 5498522.
HSL color Cylindrical-coordinate representation of color #9AE653: hue angle of 91.02º degrees, saturation: 0.75, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9AE653 is Cyan = 0.33, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 154 | 230 | 83 | - |
| CMYK | 0.33 | 0 | 0.64 | 0.10 |
| HSL | 91.02º | 0.75% | 0.61% | - |
| HSV(B) | 91.02º | 0.64% | 0.9% | - |
| XYZ | 43.18 | 64.09 | 18.28 | - |
| YUV | 190.52 | 67.32 | 101.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 230 | 83 | 0.33 | 0 | 0.64 | 0.10 | 91.02 | 0.75 | 0.61 |
| Hex | 9A | E6 | 53 | 21 | 0 | 40 | A | 5B | 4B | 3D |
| Octal | 232 | 346 | 123 | 41 | 0 | 100 | 12 | 133 | 113 | 75 |
| Binary | 10011010 | 11100110 | 1010011 | 100001 | 0 | 1000000 | 1010 | 1011011 | 1001011 | 111101 |
Color Harmonies of #9AE653
Complementary color
Monochromatic Colors of #9AE653
Black with #9AE653
Text Example
Text Example
White with #9AE653
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AE653; }
p { color: rgb(154,230,83); }
H1.HeaderClassName
{
color: #9AE653;
}
.AnyTagClassName
{
color: #9AE653;
}
</style>
background-color css
<style>
a { background-color: #9AE653; }
a { background-color: rgb(154,230,83); }
div.DivClassName
{
background-color: #9AE653;
}
.BgClassName
{
background-color: #9AE653;
}
</style>
border-color css
<style>
span { border-color: #9AE653; }
span { border-color: rgb(154,230,83); }
td.TdClassName
{
border-color: #9AE653;
}
.TagClassName
{
border-color: #9AE653;
}
</style>