#16B127

Color #16B127 Dark Pastel Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pastel Green #16B127

Tints of Dark Pastel Green #16B127

Color information

#16B127 (or 0x16B127) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B1 and 27. RGB value is (22,177,39). Sum of RGB (Red+Green+Blue) = 22+177+39=238 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.24% from 238); Green value is 177 (69.53% from 255 or 74.37% from 238); Blue value is 39 (15.62% from 255 or 16.39% from 238); Max value from RGB is 177 - color contains mainly: green. Hex color #16B127 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16B127 is #E94ED8. Grayscale: #737373. Windows color (decimal): -15290073 or 2601238. OLE color: 2601238.

HSL color Cylindrical-coordinate representation of color #16B127: hue angle of 126.58º degrees, saturation: 0.78, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #16B127 is Cyan = 0.88, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.31.

Color convert

RGB2217739-
CMYK0.8800.780.31
HSL126.58º77.89%39.02%-
HSV(B)126.58º87.57%69.41%-
XYZ16.4231.767.18-
YUV114.9285.1561.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.24%
GREEN value IS 177 (69.53% from 255) = 74.37%
BLUE value IS 39 (15.62% from 255) = 16.39%
R=9.24%
G=74.37%
B=16.39%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22177390.8800.780.31126.5877.8939.02
Hex16B1275804E1F7f4e27
Octal262614713001163717711647
Binary10110101100011001111011000010011101111111111111001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B127

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #16B127; }

 p { color: rgb(22,177,39); }

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

<style>
 a { background-color: #16B127; }

 a { background-color: rgb(22,177,39); }

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

<style>
 span { border-color: #16B127; }

 span { border-color: rgb(22,177,39); }

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