Html Css Color HEX #12A85B Pigment Green

📋 copy color: '#12A85B'

red 18 ◦ green 168 ◦ blue 91

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

Shades of Pigment Green #12A85B

Tints of Pigment Green #12A85B

RGB

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

 GREEN value IS 168 (66.02% from 255) = 60.65%

 BLUE value IS 91 (35.94% from 255) = 32.85%

R = 6.5%
G = 60.65%
B = 32.85%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.46

 K value IS 0.34

RGB Variations

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

Color information

#12A85B (or 0x12A85B) is known color: Pigment Green. HEX triplet: 12, A8 and 5B. RGB value is (18,168,91). Sum of RGB (Red+Green+Blue) = 18+168+91=277 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.50% from 277); Green value is 168 (66.02% from 255 or 60.65% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 168 - color contains mainly: green. Hex color #12A85B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A85B is #ED57A4. Grayscale: #727272. Windows color (decimal): -15554469 or 6006802. OLE color: 6006802.

HSL color Cylindrical-coordinate representation of color #12A85B: hue angle of 149.2º degrees, saturation: 0.81, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #12A85B is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 168 91 -
CMYK 0.89 0 0.46 0.34
HSL 149.2º 0.81% 0.36% -
HSV(B) 149.2º 0.89% 0.66% -
XYZ 16.14 28.89 14.62 -
YUV 114.37 114.81 59.26 -
System Red Green Blue C M Y K H S L
Decimal 18 168 91 0.89 0 0.46 0.34 149.2 0.81 0.36
Hex 12 A8 5B 59 0 2E 22 95 51 24
Octal 22 250 133 131 0 56 42 225 121 44
Binary 10010 10101000 1011011 1011001 0 101110 100010 10010101 1010001 100100

Color Harmonies of #12A85B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A85B

Black with #12A85B

Text Example


Text Example

White with #12A85B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,168,91); }

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

background-color css

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

 a { background-color: rgb(18,168,91); }

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

border-color css

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

 span { border-color: rgb(18,168,91); }

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