Html Css Color HEX #12A256 Pigment Green

📋 copy color: '#12A256'

red 18 ◦ green 162 ◦ blue 86

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

Shades of Pigment Green #12A256

Tints of Pigment Green #12A256

RGB

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

 GREEN value IS 162 (63.67% from 255) = 60.9%

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 6.77%
G = 60.9%
B = 32.33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.47

 K value IS 0.36

RGB Variations

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

Color information

#12A256 (or 0x12A256) is known color: Pigment Green. HEX triplet: 12, A2 and 56. RGB value is (18,162,86). Sum of RGB (Red+Green+Blue) = 18+162+86=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 162 (63.67% from 255 or 60.90% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 162 - color contains mainly: green. Hex color #12A256 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A256 is #ED5DA9. Grayscale: #6E6E6E. Windows color (decimal): -15556010 or 5677586. OLE color: 5677586.

HSL color Cylindrical-coordinate representation of color #12A256: hue angle of 148.33º degrees, saturation: 0.8, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A256 is Cyan = 0.89, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.36.

Color convert

RGB 18 162 86 -
CMYK 0.89 0 0.47 0.36
HSL 148.33º 0.8% 0.35% -
HSV(B) 148.33º 0.89% 0.64% -
XYZ 14.85 26.64 13.16 -
YUV 110.28 114.29 62.18 -
System Red Green Blue C M Y K H S L
Decimal 18 162 86 0.89 0 0.47 0.36 148.33 0.8 0.35
Hex 12 A2 56 59 0 2F 24 94 50 23
Octal 22 242 126 131 0 57 44 224 120 43
Binary 10010 10100010 1010110 1011001 0 101111 100100 10010100 1010000 100011

Color Harmonies of #12A256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A256

Black with #12A256

Text Example


Text Example

White with #12A256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12A256; }

 p { color: rgb(18,162,86); }

 H1.HeaderClassName
 {
   color: #12A256;
 }
 .AnyTagClassName
 {
   color: #12A256;
 }
</style>

background-color css

<style>
 a { background-color: #12A256; }

 a { background-color: rgb(18,162,86); }

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

border-color css

<style>
 span { border-color: #12A256; }

 span { border-color: rgb(18,162,86); }

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