Shades of Conifer #9AFD5E
Tints of Conifer #9AFD5E
RGB
CMYK
RGB Variations
Color information
#9AFD5E (or 0x9AFD5E) is known color: Conifer. HEX triplet: 9A, FD and 5E. RGB value is (154,253,94). Sum of RGB (Red+Green+Blue) = 154+253+94=501 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.74% from 501); Green value is 253 (99.22% from 255 or 50.50% from 501); Blue value is 94 (37.11% from 255 or 18.76% from 501); Max value from RGB is 253 - color contains mainly: green. Hex color #9AFD5E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AFD5E is #6502A1. Grayscale: #CDCDCD. Windows color (decimal): -6619810 or 6225306. OLE color: 6225306.
HSL color Cylindrical-coordinate representation of color #9AFD5E: hue angle of 97.36º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9AFD5E is Cyan = 0.39, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.01.
Color convert
RGB | 154 | 253 | 94 | - |
CMYK | 0.39 | 0 | 0.63 | 0.01 |
HSL | 97.36º | 0.98% | 0.68% | - |
HSV(B) | 97.36º | 0.63% | 0.99% | - |
XYZ | 50.47 | 77.93 | 22.97 | - |
YUV | 205.27 | 65.2 | 91.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 154 | 253 | 94 | 0.39 | 0 | 0.63 | 0.01 | 97.36 | 0.98 | 0.68 |
Hex | 9A | FD | 5E | 27 | 0 | 3F | 1 | 61 | 62 | 44 |
Octal | 232 | 375 | 136 | 47 | 0 | 77 | 1 | 141 | 142 | 104 |
Binary | 10011010 | 11111101 | 1011110 | 100111 | 0 | 111111 | 1 | 1100001 | 1100010 | 1000100 |
Color Harmonies of #9AFD5E
Complementary color
Monochromatic Colors of #9AFD5E
Black with #9AFD5E
Text Example
Text Example
White with #9AFD5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9AFD5E; }
p { color: rgb(154,253,94); }
H1.HeaderClassName
{
color: #9AFD5E;
}
.AnyTagClassName
{
color: #9AFD5E;
}
</style>
background-color css
<style>
a { background-color: #9AFD5E; }
a { background-color: rgb(154,253,94); }
div.DivClassName
{
background-color: #9AFD5E;
}
.BgClassName
{
background-color: #9AFD5E;
}
</style>
border-color css
<style>
span { border-color: #9AFD5E; }
span { border-color: rgb(154,253,94); }
td.TdClassName
{
border-color: #9AFD5E;
}
.TagClassName
{
border-color: #9AFD5E;
}
</style>