#81DD9A

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

Shades of Chinook #81DD9A

Tints of Chinook #81DD9A

Color information

#81DD9A (or 0x81DD9A) is unknown color: approx Chinook. HEX triplet: 81, DD and 9A. RGB value is (129,221,154). Sum of RGB (Red+Green+Blue) = 129+221+154=504 (66% of max value = 765). Red value is 129 (50.78% from 255 or 25.60% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 154 (60.55% from 255 or 30.56% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #81DD9A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #81DD9A is #7E2265. Grayscale: #BABABA. Windows color (decimal): -8266342 or 10149249. OLE color: 10149249.

HSL color Cylindrical-coordinate representation of color #81DD9A: hue angle of 136.3º degrees, saturation: 0.57, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #81DD9A is Cyan = 0.42, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.13.

Color convert

RGB129221154-
CMYK0.4200.300.13
HSL136.3º57.5%68.63%-
HSV(B)136.3º41.63%86.67%-
XYZ40.7458.7139.76-
YUV185.85110.0287.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 25.60%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 154 (60.55% from 255) = 30.56%
R=25.60%
G=43.85%
B=30.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1292211540.4200.300.13136.357.568.63
Hex81DD9A2A01ED883a45
Octal201335232520361521072105
Binary1000000111011101100110101010100111101101100010001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #81DD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #81DD9A; }

 p { color: rgb(129,221,154); }

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

<style>
 a { background-color: #81DD9A; }

 a { background-color: rgb(129,221,154); }

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

<style>
 span { border-color: #81DD9A; }

 span { border-color: rgb(129,221,154); }

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