Html Css Color HEX #12A554 Pigment Green

📋 copy color: '#12A554'

red 18 ◦ green 165 ◦ blue 84

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

Shades of Pigment Green #12A554

Tints of Pigment Green #12A554

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.46%

R = 6.74%
G = 61.8%
B = 31.46%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#12A554 (or 0x12A554) is known color: Pigment Green. HEX triplet: 12, A5 and 54. RGB value is (18,165,84). Sum of RGB (Red+Green+Blue) = 18+165+84=267 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.74% from 267); Green value is 165 (64.84% from 255 or 61.80% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 165 - color contains mainly: green. Hex color #12A554 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A554 is #ED5AAB. Grayscale: #6F6F6F. Windows color (decimal): -15555244 or 5547282. OLE color: 5547282.

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

Color convert

RGB 18 165 84 -
CMYK 0.89 0 0.49 0.35
HSL 146.94º 0.8% 0.36% -
HSV(B) 146.94º 0.89% 0.65% -
XYZ 15.3 27.68 12.92 -
YUV 111.81 112.3 61.09 -
System Red Green Blue C M Y K H S L
Decimal 18 165 84 0.89 0 0.49 0.35 146.94 0.8 0.36
Hex 12 A5 54 59 0 31 23 93 50 24
Octal 22 245 124 131 0 61 43 223 120 44
Binary 10010 10100101 1010100 1011001 0 110001 100011 10010011 1010000 100100

Color Harmonies of #12A554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A554

Black with #12A554

Text Example


Text Example

White with #12A554

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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