#99CD9A

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

Shades of Chinook #99CD9A

Tints of Chinook #99CD9A

Color information

#99CD9A (or 0x99CD9A) is unknown color: approx Chinook. HEX triplet: 99, CD and 9A. RGB value is (153,205,154). Sum of RGB (Red+Green+Blue) = 153+205+154=512 (67% of max value = 765). Red value is 153 (60.16% from 255 or 29.88% from 512); Green value is 205 (80.47% from 255 or 40.04% from 512); Blue value is 154 (60.55% from 255 or 30.08% from 512); Max value from RGB is 205 - color contains mainly: green. Hex color #99CD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #99CD9A is #663265. Grayscale: #B7B7B7. Windows color (decimal): -6697574 or 10145177. OLE color: 10145177.

HSL color Cylindrical-coordinate representation of color #99CD9A: hue angle of 121.15º degrees, saturation: 0.34, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #99CD9A is Cyan = 0.25, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.20.

Color convert

RGB153205154-
CMYK0.2500.250.20
HSL121.15º34.21%70.2%-
HSV(B)121.15º25.37%80.39%-
XYZ40.852.7738.61-
YUV183.64111.27106.15-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.88%
GREEN value IS 205 (80.47% from 255) = 40.04%
BLUE value IS 154 (60.55% from 255) = 30.08%
R=29.88%
G=40.04%
B=30.08%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1532051540.2500.250.20121.1534.2170.2
Hex99CD9A1901914792246
Octal231315232310312417142106
Binary100110011100110110011010110010110011010011110011000101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99CD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(153,205,154); }

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

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

 a { background-color: rgb(153,205,154); }

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

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

 span { border-color: rgb(153,205,154); }

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