Html Css Color HEX #12954D Pigment Green

📋 copy color: '#12954D'

red 18 ◦ green 149 ◦ blue 77

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

Shades of Pigment Green #12954D

Tints of Pigment Green #12954D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 31.56%

R = 7.38%
G = 61.07%
B = 31.56%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.48

 K value IS 0.42

RGB Variations

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

Color information

#12954D (or 0x12954D) is known color: Pigment Green. HEX triplet: 12, 95 and 4D. RGB value is (18,149,77). Sum of RGB (Red+Green+Blue) = 18+149+77=244 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.38% from 244); Green value is 149 (58.59% from 255 or 61.07% from 244); Blue value is 77 (30.47% from 255 or 31.56% from 244); Max value from RGB is 149 - color contains mainly: green. Hex color #12954D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12954D is #ED6AB2. Grayscale: #656565. Windows color (decimal): -15559347 or 5084434. OLE color: 5084434.

HSL color Cylindrical-coordinate representation of color #12954D: hue angle of 147.02º 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 #12954D is Cyan = 0.88, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.42.

Color convert

RGB 18 149 77 -
CMYK 0.88 0 0.48 0.42
HSL 147.02º 0.78% 0.33% -
HSV(B) 147.02º 0.88% 0.58% -
XYZ 12.34 22.16 10.65 -
YUV 101.62 114.1 68.35 -
System Red Green Blue C M Y K H S L
Decimal 18 149 77 0.88 0 0.48 0.42 147.02 0.78 0.33
Hex 12 95 4D 58 0 30 2A 93 4E 21
Octal 22 225 115 130 0 60 52 223 116 41
Binary 10010 10010101 1001101 1011000 0 110000 101010 10010011 1001110 100001

Color Harmonies of #12954D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12954D

Black with #12954D

Text Example


Text Example

White with #12954D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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