#16CA34

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

Shades of Dark Pastel Green #16CA34

Tints of Dark Pastel Green #16CA34

Color information

#16CA34 (or 0x16CA34) is unknown color: approx Dark Pastel Green. HEX triplet: 16, CA and 34. RGB value is (22,202,52). Sum of RGB (Red+Green+Blue) = 22+202+52=276 (36% of max value = 765). Red value is 22 (8.98% from 255 or 7.97% from 276); Green value is 202 (79.30% from 255 or 73.19% from 276); Blue value is 52 (20.70% from 255 or 18.84% from 276); Max value from RGB is 202 - color contains mainly: green. Hex color #16CA34 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #16CA34 is #E935CB. Grayscale: #838383. Windows color (decimal): -15283660 or 3459606. OLE color: 3459606.

HSL color Cylindrical-coordinate representation of color #16CA34: hue angle of 130º degrees, saturation: 0.8, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #16CA34 is Cyan = 0.89, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.21.

Color convert

RGB2220252-
CMYK0.8900.740.21
HSL130º80.36%43.92%-
HSV(B)130º89.11%79.22%-
XYZ22.0742.6610.32-
YUV131.0883.3750.2-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 7.97%
GREEN value IS 202 (79.30% from 255) = 73.19%
BLUE value IS 52 (20.70% from 255) = 18.84%
R=7.97%
G=73.19%
B=18.84%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal22202520.8900.740.2113080.3643.92
Hex16CA345904A1582502c
Octal263126413101122520212054
Binary101101100101011010010110010100101010101100000101010000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #16CA34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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