Shades of Sulu #C9EA8A
Tints of Sulu #C9EA8A
RGB
CMYK
RGB Variations
Color information
#C9EA8A (or 0xC9EA8A) is known color: Sulu. HEX triplet: C9, EA and 8A. RGB value is (201,234,138). Sum of RGB (Red+Green+Blue) = 201+234+138=573 (75% of max value = 765). Red value is 201 (78.91% from 255 or 35.08% from 573); Green value is 234 (91.80% from 255 or 40.84% from 573); Blue value is 138 (54.30% from 255 or 24.08% from 573); Max value from RGB is 234 - color contains mainly: green. Hex color #C9EA8A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #C9EA8A is #361575. Grayscale: #D5D5D5. Windows color (decimal): -3544438 or 9104073. OLE color: 9104073.
HSL color Cylindrical-coordinate representation of color #C9EA8A: hue angle of 80.62º degrees, saturation: 0.7, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C9EA8A is Cyan = 0.14, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 201 | 234 | 138 | - |
| CMYK | 0.14 | 0 | 0.41 | 0.08 |
| HSL | 80.63º | 0.7% | 0.73% | - |
| HSV(B) | 80.63º | 0.41% | 0.92% | - |
| XYZ | 58.1 | 73.1 | 35.09 | - |
| YUV | 213.19 | 85.57 | 119.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 201 | 234 | 138 | 0.14 | 0 | 0.41 | 0.08 | 80.63 | 0.7 | 0.73 |
| Hex | C9 | EA | 8A | E | 0 | 29 | 8 | 51 | 46 | 49 |
| Octal | 311 | 352 | 212 | 16 | 0 | 51 | 10 | 121 | 106 | 111 |
| Binary | 11001001 | 11101010 | 10001010 | 1110 | 0 | 101001 | 1000 | 1010001 | 1000110 | 1001001 |
Color Harmonies of #C9EA8A
Complementary color
Monochromatic Colors of #C9EA8A
Black with #C9EA8A
Text Example
Text Example
White with #C9EA8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C9EA8A; }
p { color: rgb(201,234,138); }
H1.HeaderClassName
{
color: #C9EA8A;
}
.AnyTagClassName
{
color: #C9EA8A;
}
</style>
background-color css
<style>
a { background-color: #C9EA8A; }
a { background-color: rgb(201,234,138); }
div.DivClassName
{
background-color: #C9EA8A;
}
.BgClassName
{
background-color: #C9EA8A;
}
</style>
border-color css
<style>
span { border-color: #C9EA8A; }
span { border-color: rgb(201,234,138); }
td.TdClassName
{
border-color: #C9EA8A;
}
.TagClassName
{
border-color: #C9EA8A;
}
</style>