Html Css Color HEX #12A34F Pigment Green

📋 copy color: '#12A34F'

red 18 ◦ green 163 ◦ blue 79

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

Shades of Pigment Green #12A34F

Tints of Pigment Green #12A34F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 62.69%

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 6.92%
G = 62.69%
B = 30.38%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.52

 K value IS 0.36

RGB Variations

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

Color information

#12A34F (or 0x12A34F) is known color: Pigment Green. HEX triplet: 12, A3 and 4F. RGB value is (18,163,79). Sum of RGB (Red+Green+Blue) = 18+163+79=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 163 (64.06% from 255 or 62.69% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 163 - color contains mainly: green. Hex color #12A34F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A34F is #ED5CB0. Grayscale: #6E6E6E. Windows color (decimal): -15555761 or 5219090. OLE color: 5219090.

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

Color convert

RGB 18 163 79 -
CMYK 0.89 0 0.52 0.36
HSL 145.24º 0.8% 0.35% -
HSV(B) 145.24º 0.89% 0.64% -
XYZ 14.76 26.89 11.81 -
YUV 110.07 110.46 62.33 -
System Red Green Blue C M Y K H S L
Decimal 18 163 79 0.89 0 0.52 0.36 145.24 0.8 0.35
Hex 12 A3 4F 59 0 34 24 91 50 23
Octal 22 243 117 131 0 64 44 221 120 43
Binary 10010 10100011 1001111 1011001 0 110100 100100 10010001 1010000 100011

Color Harmonies of #12A34F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A34F

Black with #12A34F

Text Example


Text Example

White with #12A34F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,163,79); }

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

background-color css

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

 a { background-color: rgb(18,163,79); }

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

border-color css

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

 span { border-color: rgb(18,163,79); }

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