#9DA13E

Color #9DA13E Highball (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Highball #9DA13E

Tints of Highball #9DA13E

Color information

#9DA13E (or 0x9DA13E) is unknown color: approx Highball. HEX triplet: 9D, A1 and 3E. RGB value is (157,161,62). Sum of RGB (Red+Green+Blue) = 157+161+62=380 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.32% from 380); Green value is 161 (63.28% from 255 or 42.37% from 380); Blue value is 62 (24.61% from 255 or 16.32% from 380); Max value from RGB is 161 - color contains mainly: green. Hex color #9DA13E is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #9DA13E is #625EC1. Grayscale: #949494. Windows color (decimal): -6446786 or 4104605. OLE color: 4104605.

HSL color Cylindrical-coordinate representation of color #9DA13E: hue angle of 62.42º degrees, saturation: 0.44, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9DA13E is Cyan = 0.02, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.37.

Color convert

RGB15716162-
CMYK0.0200.610.37
HSL62.42º44.39%43.73%-
HSV(B)62.42º61.49%63.14%-
XYZ27.5233.019.48-
YUV148.5279.17134.05-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.32%
GREEN value IS 161 (63.28% from 255) = 42.37%
BLUE value IS 62 (24.61% from 255) = 16.32%
R=41.32%
G=42.37%
B=16.32%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal157161620.0200.610.3762.4244.3943.73
Hex9DA13E203D253e2c2c
Octal23524176207545765454
Binary1001110110100001111110100111101100101111110101100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA13E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9DA13E; }

 p { color: rgb(157,161,62); }

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

<style>
 a { background-color: #9DA13E; }

 a { background-color: rgb(157,161,62); }

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

<style>
 span { border-color: #9DA13E; }

 span { border-color: rgb(157,161,62); }

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