#16B02B

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

Shades of Dark Pastel Green #16B02B

Tints of Dark Pastel Green #16B02B

Color information

#16B02B (or 0x16B02B) is unknown color: approx Dark Pastel Green. HEX triplet: 16, B0 and 2B. RGB value is (22,176,43). Sum of RGB (Red+Green+Blue) = 22+176+43=241 (31% of max value = 765). Red value is 22 (8.98% from 255 or 9.13% from 241); Green value is 176 (69.14% from 255 or 73.03% from 241); Blue value is 43 (17.19% from 255 or 17.84% from 241); Max value from RGB is 176 - color contains mainly: green. Hex color #16B02B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16B02B is #E94FD4. Grayscale: #737373. Windows color (decimal): -15290325 or 2863126. OLE color: 2863126.

HSL color Cylindrical-coordinate representation of color #16B02B: hue angle of 128.18º 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 #16B02B is Cyan = 0.88, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.31.

Color convert

RGB2217643-
CMYK0.8800.760.31
HSL128.18º77.78%38.82%-
HSV(B)128.18º87.5%69.02%-
XYZ16.2931.47.49-
YUV114.7987.4861.81-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.13%
GREEN value IS 176 (69.14% from 255) = 73.03%
BLUE value IS 43 (17.19% from 255) = 17.84%
R=9.13%
G=73.03%
B=17.84%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal22176430.8800.760.31128.1877.7838.82
Hex16B02B5804C1F804e27
Octal262605313001143720011647
Binary101101011000010101110110000100110011111100000001001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16B02B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,176,43); }

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

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

 a { background-color: rgb(22,176,43); }

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

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

 span { border-color: rgb(22,176,43); }

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