Html Css Color HEX #12A548 Pigment Green

📋 copy color: '#12A548'

red 18 ◦ green 165 ◦ blue 72

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

Shades of Pigment Green #12A548

Tints of Pigment Green #12A548

RGB

 RED value IS 18 (7.42% from 255) = 7.06%

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

 BLUE value IS 72 (28.52% from 255) = 28.24%

R = 7.06%
G = 64.71%
B = 28.24%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.56

 K value IS 0.35

RGB Variations

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

Color information

#12A548 (or 0x12A548) is known color: Pigment Green. HEX triplet: 12, A5 and 48. RGB value is (18,165,72). Sum of RGB (Red+Green+Blue) = 18+165+72=255 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.06% from 255); Green value is 165 (64.84% from 255 or 64.71% from 255); Blue value is 72 (28.52% from 255 or 28.24% from 255); Max value from RGB is 165 - color contains mainly: green. Hex color #12A548 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12A548 is #ED5AB7. Grayscale: #6E6E6E. Windows color (decimal): -15555256 or 4760850. OLE color: 4760850.

HSL color Cylindrical-coordinate representation of color #12A548: hue angle of 142.04º degrees, saturation: 0.8, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A548 is Cyan = 0.89, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 72 -
CMYK 0.89 0 0.56 0.35
HSL 142.04º 0.8% 0.36% -
HSV(B) 142.04º 0.89% 0.65% -
XYZ 14.87 27.51 10.66 -
YUV 110.45 106.3 62.06 -
System Red Green Blue C M Y K H S L
Decimal 18 165 72 0.89 0 0.56 0.35 142.04 0.8 0.36
Hex 12 A5 48 59 0 38 23 8E 50 24
Octal 22 245 110 131 0 70 43 216 120 44
Binary 10010 10100101 1001000 1011001 0 111000 100011 10001110 1010000 100100

Color Harmonies of #12A548

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A548

Black with #12A548

Text Example


Text Example

White with #12A548

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A548; }

 p { color: rgb(18,165,72); }

 H1.HeaderClassName
 {
   color: #12A548;
 }
 .AnyTagClassName
 {
   color: #12A548;
 }
</style>

background-color css

<style>
 a { background-color: #12A548; }

 a { background-color: rgb(18,165,72); }

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

border-color css

<style>
 span { border-color: #12A548; }

 span { border-color: rgb(18,165,72); }

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