Html Css Color HEX #12A550 Pigment Green

📋 copy color: '#12A550'

red 18 ◦ green 165 ◦ blue 80

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

Shades of Pigment Green #12A550

Tints of Pigment Green #12A550

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 30.42%

R = 6.84%
G = 62.74%
B = 30.42%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.35

RGB Variations

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

Color information

#12A550 (or 0x12A550) is known color: Pigment Green. HEX triplet: 12, A5 and 50. RGB value is (18,165,80). Sum of RGB (Red+Green+Blue) = 18+165+80=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 165 (64.84% from 255 or 62.74% from 263); Blue value is 80 (31.64% from 255 or 30.42% from 263); Max value from RGB is 165 - color contains mainly: green. Hex color #12A550 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A550 is #ED5AAF. Grayscale: #6F6F6F. Windows color (decimal): -15555248 or 5285138. OLE color: 5285138.

HSL color Cylindrical-coordinate representation of color #12A550: hue angle of 145.31º 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 #12A550 is Cyan = 0.89, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.35.

Color convert

RGB 18 165 80 -
CMYK 0.89 0 0.52 0.35
HSL 145.31º 0.8% 0.36% -
HSV(B) 145.31º 0.89% 0.65% -
XYZ 15.15 27.62 12.12 -
YUV 111.36 110.3 61.41 -
System Red Green Blue C M Y K H S L
Decimal 18 165 80 0.89 0 0.52 0.35 145.31 0.8 0.36
Hex 12 A5 50 59 0 34 23 91 50 24
Octal 22 245 120 131 0 64 43 221 120 44
Binary 10010 10100101 1010000 1011001 0 110100 100011 10010001 1010000 100100

Color Harmonies of #12A550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A550

Black with #12A550

Text Example


Text Example

White with #12A550

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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