Html Css Color HEX #16A542 Pigment Green

📋 copy color: '#16A542'

red 22 ◦ green 165 ◦ blue 66

#16A542
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pigment Green #16A542

Tints of Pigment Green #16A542

RGB

 RED value IS 22 (8.98% from 255) = 8.7%

 GREEN value IS 165 (64.84% from 255) = 65.22%

 BLUE value IS 66 (26.17% from 255) = 26.09%

R = 8.7%
G = 65.22%
B = 26.09%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.60

 K value IS 0.35

RGB Variations

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

Color information

#16A542 (or 0x16A542) is known color: Pigment Green. HEX triplet: 16, A5 and 42. RGB value is (22,165,66). Sum of RGB (Red+Green+Blue) = 22+165+66=253 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.70% from 253); Green value is 165 (64.84% from 255 or 65.22% from 253); Blue value is 66 (26.17% from 255 or 26.09% from 253); Max value from RGB is 165 - color contains mainly: green. Hex color #16A542 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #16A542 is #E95ABD. Grayscale: #6F6F6F. Windows color (decimal): -15293118 or 4367638. OLE color: 4367638.

HSL color Cylindrical-coordinate representation of color #16A542: hue angle of 138.46º degrees, saturation: 0.76, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #16A542 is Cyan = 0.87, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.35.

Color convert

RGB 22 165 66 -
CMYK 0.87 0 0.60 0.35
HSL 138.46º 0.76% 0.37% -
HSV(B) 138.46º 0.87% 0.65% -
XYZ 14.77 27.47 9.68 -
YUV 110.96 102.62 64.55 -
System Red Green Blue C M Y K H S L
Decimal 22 165 66 0.87 0 0.60 0.35 138.46 0.76 0.37
Hex 16 A5 42 57 0 3C 23 8A 4C 25
Octal 26 245 102 127 0 74 43 212 114 45
Binary 10110 10100101 1000010 1010111 0 111100 100011 10001010 1001100 100101

Color Harmonies of #16A542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #16A542

Black with #16A542

Text Example


Text Example

White with #16A542

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(22,165,66); }

 H1.HeaderClassName
 {
   color: #16A542;
 }
 .AnyTagClassName
 {
   color: #16A542;
 }
</style>

background-color css

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

 a { background-color: rgb(22,165,66); }

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

border-color css

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

 span { border-color: rgb(22,165,66); }

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