#99CF9F

Color #99CF9F Chinook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chinook #99CF9F

Tints of Chinook #99CF9F

Color information

#99CF9F (or 0x99CF9F) is unknown color: approx Chinook. HEX triplet: 99, CF and 9F. RGB value is (153,207,159). Sum of RGB (Red+Green+Blue) = 153+207+159=519 (68% of max value = 765). Red value is 153 (60.16% from 255 or 29.48% from 519); Green value is 207 (81.25% from 255 or 39.88% from 519); Blue value is 159 (62.5% from 255 or 30.64% from 519); Max value from RGB is 207 - color contains mainly: green. Hex color #99CF9F is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CF9F is #663060. Grayscale: #B9B9B9. Windows color (decimal): -6697057 or 10473369. OLE color: 10473369.

HSL color Cylindrical-coordinate representation of color #99CF9F: hue angle of 126.67º degrees, saturation: 0.36, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #99CF9F is Cyan = 0.26, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.19.

Color convert

RGB153207159-
CMYK0.2600.230.19
HSL126.67º36%70.59%-
HSV(B)126.67º26.09%81.18%-
XYZ41.7153.941.01-
YUV185.38113.11104.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 29.48%
GREEN value IS 207 (81.25% from 255) = 39.88%
BLUE value IS 159 (62.5% from 255) = 30.64%
R=29.48%
G=39.88%
B=30.64%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1532071590.2600.230.19126.673670.59
Hex99CF9F1A017137f2447
Octal231317237320272317744107
Binary100110011100111110011111110100101111001111111111001001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CF9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99CF9F; }

 p { color: rgb(153,207,159); }

 H1.HeaderClassName
 {
   color: #99CF9F;
 }
 .AnyTagClassName
 {
   color: #99CF9F;
 }
</style>
background-color css

<style>
 a { background-color: #99CF9F; }

 a { background-color: rgb(153,207,159); }

 div.DivClassName
 {
   background-color: #99CF9F;
 }
 .BgClassName
 {
   background-color: #99CF9F;
 }
</style>
border-color css

<style>
 span { border-color: #99CF9F; }

 span { border-color: rgb(153,207,159); }

 td.TdClassName
 {
   border-color: #99CF9F;
 }
 .TagClassName
 {
   border-color: #99CF9F;
 }
</style>