Html Css Color HEX #12973A Pigment Green

📋 copy color: '#12973A'

red 18 ◦ green 151 ◦ blue 58

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

Shades of Pigment Green #12973A

Tints of Pigment Green #12973A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 66.52%

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

R = 7.93%
G = 66.52%
B = 25.55%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.62

 K value IS 0.41

RGB Variations

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

Color information

#12973A (or 0x12973A) is known color: Pigment Green. HEX triplet: 12, 97 and 3A. RGB value is (18,151,58). Sum of RGB (Red+Green+Blue) = 18+151+58=227 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.93% from 227); Green value is 151 (59.38% from 255 or 66.52% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 151 - color contains mainly: green. Hex color #12973A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12973A is #ED68C5. Grayscale: #646464. Windows color (decimal): -15558854 or 3839762. OLE color: 3839762.

HSL color Cylindrical-coordinate representation of color #12973A: hue angle of 138.05º 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 #12973A is Cyan = 0.88, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.41.

Color convert

RGB 18 151 58 -
CMYK 0.88 0 0.62 0.41
HSL 138.05º 0.79% 0.33% -
HSV(B) 138.05º 0.88% 0.59% -
XYZ 12.08 22.57 7.72 -
YUV 100.63 103.94 69.06 -
System Red Green Blue C M Y K H S L
Decimal 18 151 58 0.88 0 0.62 0.41 138.05 0.79 0.33
Hex 12 97 3A 58 0 3E 29 8A 4F 21
Octal 22 227 72 130 0 76 51 212 117 41
Binary 10010 10010111 111010 1011000 0 111110 101001 10001010 1001111 100001

Color Harmonies of #12973A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12973A

Black with #12973A

Text Example


Text Example

White with #12973A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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