#9DA27F

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

Shades of Locust #9DA27F

Tints of Locust #9DA27F

Color information

#9DA27F (or 0x9DA27F) is unknown color: approx Locust. HEX triplet: 9D, A2 and 7F. RGB value is (157,162,127). Sum of RGB (Red+Green+Blue) = 157+162+127=446 (59% of max value = 765). Red value is 157 (61.72% from 255 or 35.20% from 446); Green value is 162 (63.67% from 255 or 36.32% from 446); Blue value is 127 (50% from 255 or 28.48% from 446); Max value from RGB is 162 - color contains mainly: green. Hex color #9DA27F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #9DA27F is #625D80. Grayscale: #9C9C9C. Windows color (decimal): -6446465 or 8364701. OLE color: 8364701.

HSL color Cylindrical-coordinate representation of color #9DA27F: hue angle of 68.57º degrees, saturation: 0.16, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9DA27F is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.36.

Color convert

RGB157162127-
CMYK0.0300.220.36
HSL68.57º15.84%56.67%-
HSV(B)68.57º21.6%63.53%-
XYZ30.6634.5425.13-
YUV156.51111.34128.35-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 35.20%
GREEN value IS 162 (63.67% from 255) = 36.32%
BLUE value IS 127 (50% from 255) = 28.48%
R=35.20%
G=36.32%
B=28.48%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1571621270.0300.220.3668.5715.8456.67
Hex9DA27F301624451039
Octal2352421773026441052071
Binary1001110110100010111111111010110100100100010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DA27F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,162,127); }

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

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

 a { background-color: rgb(157,162,127); }

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

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

 span { border-color: rgb(157,162,127); }

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