Html Css Color HEX #12954B Pigment Green

📋 copy color: '#12954B'

red 18 ◦ green 149 ◦ blue 75

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

Shades of Pigment Green #12954B

Tints of Pigment Green #12954B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.99%

R = 7.44%
G = 61.57%
B = 30.99%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.50

 K value IS 0.42

RGB Variations

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

Color information

#12954B (or 0x12954B) is known color: Pigment Green. HEX triplet: 12, 95 and 4B. RGB value is (18,149,75). Sum of RGB (Red+Green+Blue) = 18+149+75=242 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.44% from 242); Green value is 149 (58.59% from 255 or 61.57% from 242); Blue value is 75 (29.69% from 255 or 30.99% from 242); Max value from RGB is 149 - color contains mainly: green. Hex color #12954B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12954B is #ED6AB4. Grayscale: #656565. Windows color (decimal): -15559349 or 4953362. OLE color: 4953362.

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

Color convert

RGB 18 149 75 -
CMYK 0.88 0 0.50 0.42
HSL 146.11º 0.78% 0.33% -
HSV(B) 146.11º 0.88% 0.58% -
XYZ 12.27 22.13 10.28 -
YUV 101.4 113.1 68.52 -
System Red Green Blue C M Y K H S L
Decimal 18 149 75 0.88 0 0.50 0.42 146.11 0.78 0.33
Hex 12 95 4B 58 0 32 2A 92 4E 21
Octal 22 225 113 130 0 62 52 222 116 41
Binary 10010 10010101 1001011 1011000 0 110010 101010 10010010 1001110 100001

Color Harmonies of #12954B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12954B

Black with #12954B

Text Example


Text Example

White with #12954B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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