Html Css Color HEX #12963A Pigment Green

📋 copy color: '#12963A'

red 18 ◦ green 150 ◦ blue 58

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

Shades of Pigment Green #12963A

Tints of Pigment Green #12963A

RGB

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

 GREEN value IS 150 (58.98% from 255) = 66.37%

 BLUE value IS 58 (23.05% from 255) = 25.66%

R = 7.96%
G = 66.37%
B = 25.66%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.61

 K value IS 0.41

RGB Variations

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

Color information

#12963A (or 0x12963A) is known color: Pigment Green. HEX triplet: 12, 96 and 3A. RGB value is (18,150,58). Sum of RGB (Red+Green+Blue) = 18+150+58=226 (29% of max value = 765). Red value is 18 (7.42% from 255 or 7.96% from 226); Green value is 150 (58.98% from 255 or 66.37% from 226); Blue value is 58 (23.05% from 255 or 25.66% from 226); Max value from RGB is 150 - color contains mainly: green. Hex color #12963A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12963A is #ED69C5. Grayscale: #646464. Windows color (decimal): -15559110 or 3839506. OLE color: 3839506.

HSL color Cylindrical-coordinate representation of color #12963A: hue angle of 138.18º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #12963A is Cyan = 0.88, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 150 58 -
CMYK 0.88 0 0.61 0.41
HSL 138.18º 0.79% 0.33% -
HSV(B) 138.18º 0.88% 0.59% -
XYZ 11.92 22.25 7.67 -
YUV 100.04 104.27 69.48 -
System Red Green Blue C M Y K H S L
Decimal 18 150 58 0.88 0 0.61 0.41 138.18 0.79 0.33
Hex 12 96 3A 58 0 3D 29 8A 4F 21
Octal 22 226 72 130 0 75 51 212 117 41
Binary 10010 10010110 111010 1011000 0 111101 101001 10001010 1001111 100001

Color Harmonies of #12963A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12963A

Black with #12963A

Text Example


Text Example

White with #12963A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12963A; }

 p { color: rgb(18,150,58); }

 H1.HeaderClassName
 {
   color: #12963A;
 }
 .AnyTagClassName
 {
   color: #12963A;
 }
</style>

background-color css

<style>
 a { background-color: #12963A; }

 a { background-color: rgb(18,150,58); }

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

border-color css

<style>
 span { border-color: #12963A; }

 span { border-color: rgb(18,150,58); }

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