Html Css Color HEX #12A85A Pigment Green

📋 copy color: '#12A85A'

red 18 ◦ green 168 ◦ blue 90

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

Shades of Pigment Green #12A85A

Tints of Pigment Green #12A85A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 32.61%

R = 6.52%
G = 60.87%
B = 32.61%

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

#12A85A (or 0x12A85A) is known color: Pigment Green. HEX triplet: 12, A8 and 5A. RGB value is (18,168,90). Sum of RGB (Red+Green+Blue) = 18+168+90=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 168 (66.02% from 255 or 60.87% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 168 - color contains mainly: green. Hex color #12A85A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A85A is #ED57A5. Grayscale: #727272. Windows color (decimal): -15554470 or 5941266. OLE color: 5941266.

HSL color Cylindrical-coordinate representation of color #12A85A: hue angle of 148.8º 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 #12A85A is Cyan = 0.89, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.34.

Color convert

RGB 18 168 90 -
CMYK 0.89 0 0.46 0.34
HSL 148.8º 0.81% 0.36% -
HSV(B) 148.8º 0.89% 0.66% -
XYZ 16.1 28.87 14.4 -
YUV 114.26 114.31 59.34 -
System Red Green Blue C M Y K H S L
Decimal 18 168 90 0.89 0 0.46 0.34 148.8 0.81 0.36
Hex 12 A8 5A 59 0 2E 22 95 51 24
Octal 22 250 132 131 0 56 42 225 121 44
Binary 10010 10101000 1011010 1011001 0 101110 100010 10010101 1010001 100100

Color Harmonies of #12A85A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A85A

Black with #12A85A

Text Example


Text Example

White with #12A85A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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