#16C334

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

Shades of Dark Pastel Green #16C334

Tints of Dark Pastel Green #16C334

Color information

#16C334 (or 0x16C334) is unknown color: approx Dark Pastel Green. HEX triplet: 16, C3 and 34. RGB value is (22,195,52). Sum of RGB (Red+Green+Blue) = 22+195+52=269 (35% of max value = 765). Red value is 22 (8.98% from 255 or 8.18% from 269); Green value is 195 (76.56% from 255 or 72.49% from 269); Blue value is 52 (20.70% from 255 or 19.33% from 269); Max value from RGB is 195 - color contains mainly: green. Hex color #16C334 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16C334 is #E93CCB. Grayscale: #7F7F7F. Windows color (decimal): -15285452 or 3457814. OLE color: 3457814.

HSL color Cylindrical-coordinate representation of color #16C334: hue angle of 130.4º degrees, saturation: 0.8, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16C334 is Cyan = 0.89, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.24.

Color convert

RGB2219552-
CMYK0.8900.730.24
HSL130.4º79.72%42.55%-
HSV(B)130.4º88.72%76.47%-
XYZ20.4739.459.78-
YUV126.9785.6953.13-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 8.18%
GREEN value IS 195 (76.56% from 255) = 72.49%
BLUE value IS 52 (20.70% from 255) = 19.33%
R=8.18%
G=72.49%
B=19.33%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal22195520.8900.730.24130.479.7242.55
Hex16C334590491882502b
Octal263036413101113020212053
Binary101101100001111010010110010100100111000100000101010000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16C334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,195,52); }

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

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

 a { background-color: rgb(22,195,52); }

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

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

 span { border-color: rgb(22,195,52); }

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