Html Css Color HEX #15A14A Pigment Green

📋 copy color: '#15A14A'

red 21 ◦ green 161 ◦ blue 74

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

Shades of Pigment Green #15A14A

Tints of Pigment Green #15A14A

RGB

 RED value IS 21 (8.59% from 255) = 8.2%

 GREEN value IS 161 (63.28% from 255) = 62.89%

 BLUE value IS 74 (29.3% from 255) = 28.91%

R = 8.2%
G = 62.89%
B = 28.91%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.54

 K value IS 0.37

RGB Variations

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

Color information

#15A14A (or 0x15A14A) is known color: Pigment Green. HEX triplet: 15, A1 and 4A. RGB value is (21,161,74). Sum of RGB (Red+Green+Blue) = 21+161+74=256 (33% of max value = 765). Red value is 21 (8.59% from 255 or 8.20% from 256); Green value is 161 (63.28% from 255 or 62.89% from 256); Blue value is 74 (29.30% from 255 or 28.91% from 256); Max value from RGB is 161 - color contains mainly: green. Hex color #15A14A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #15A14A is #EA5EB5. Grayscale: #6D6D6D. Windows color (decimal): -15359670 or 4890901. OLE color: 4890901.

HSL color Cylindrical-coordinate representation of color #15A14A: hue angle of 142.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #15A14A is Cyan = 0.87, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.37.

Color convert

RGB 21 161 74 -
CMYK 0.87 0 0.54 0.37
HSL 142.71º 0.77% 0.36% -
HSV(B) 142.71º 0.87% 0.63% -
XYZ 14.29 26.14 10.77 -
YUV 109.22 108.12 65.07 -
System Red Green Blue C M Y K H S L
Decimal 21 161 74 0.87 0 0.54 0.37 142.71 0.77 0.36
Hex 15 A1 4A 57 0 36 25 8F 4D 24
Octal 25 241 112 127 0 66 45 217 115 44
Binary 10101 10100001 1001010 1010111 0 110110 100101 10001111 1001101 100100

Color Harmonies of #15A14A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #15A14A

Black with #15A14A

Text Example


Text Example

White with #15A14A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #15A14A; }

 p { color: rgb(21,161,74); }

 H1.HeaderClassName
 {
   color: #15A14A;
 }
 .AnyTagClassName
 {
   color: #15A14A;
 }
</style>

background-color css

<style>
 a { background-color: #15A14A; }

 a { background-color: rgb(21,161,74); }

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

border-color css

<style>
 span { border-color: #15A14A; }

 span { border-color: rgb(21,161,74); }

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