Html Css Color HEX #12954F Pigment Green

📋 copy color: '#12954F'

red 18 ◦ green 149 ◦ blue 79

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

Shades of Pigment Green #12954F

Tints of Pigment Green #12954F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 60.57%

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

R = 7.32%
G = 60.57%
B = 32.11%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.47

 K value IS 0.42

RGB Variations

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

Color information

#12954F (or 0x12954F) is known color: Pigment Green. HEX triplet: 12, 95 and 4F. RGB value is (18,149,79). Sum of RGB (Red+Green+Blue) = 18+149+79=246 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.32% from 246); Green value is 149 (58.59% from 255 or 60.57% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 149 - color contains mainly: green. Hex color #12954F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12954F is #ED6AB0. Grayscale: #666666. Windows color (decimal): -15559345 or 5215506. OLE color: 5215506.

HSL color Cylindrical-coordinate representation of color #12954F: hue angle of 147.94º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12954F is Cyan = 0.88, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 79 -
CMYK 0.88 0 0.47 0.42
HSL 147.94º 0.78% 0.33% -
HSV(B) 147.94º 0.88% 0.58% -
XYZ 12.41 22.19 11.03 -
YUV 101.85 115.1 68.19 -
System Red Green Blue C M Y K H S L
Decimal 18 149 79 0.88 0 0.47 0.42 147.94 0.78 0.33
Hex 12 95 4F 58 0 2F 2A 94 4E 21
Octal 22 225 117 130 0 57 52 224 116 41
Binary 10010 10010101 1001111 1011000 0 101111 101010 10010100 1001110 100001

Color Harmonies of #12954F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12954F

Black with #12954F

Text Example


Text Example

White with #12954F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12954F; }

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

 H1.HeaderClassName
 {
   color: #12954F;
 }
 .AnyTagClassName
 {
   color: #12954F;
 }
</style>

background-color css

<style>
 a { background-color: #12954F; }

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

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

border-color css

<style>
 span { border-color: #12954F; }

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

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