Html Css Color HEX #12A65B Pigment Green

📋 copy color: '#12A65B'

red 18 ◦ green 166 ◦ blue 91

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

Shades of Pigment Green #12A65B

Tints of Pigment Green #12A65B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 60.36%

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

R = 6.55%
G = 60.36%
B = 33.09%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#12A65B (or 0x12A65B) is known color: Pigment Green. HEX triplet: 12, A6 and 5B. RGB value is (18,166,91). Sum of RGB (Red+Green+Blue) = 18+166+91=275 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.55% from 275); Green value is 166 (65.23% from 255 or 60.36% from 275); Blue value is 91 (35.94% from 255 or 33.09% from 275); Max value from RGB is 166 - color contains mainly: green. Hex color #12A65B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A65B is #ED59A4. Grayscale: #717171. Windows color (decimal): -15554981 or 6006290. OLE color: 6006290.

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

Color convert

RGB 18 166 91 -
CMYK 0.89 0 0.45 0.35
HSL 149.59º 0.8% 0.36% -
HSV(B) 149.59º 0.89% 0.65% -
XYZ 15.77 28.16 14.5 -
YUV 113.2 115.47 60.1 -
System Red Green Blue C M Y K H S L
Decimal 18 166 91 0.89 0 0.45 0.35 149.59 0.8 0.36
Hex 12 A6 5B 59 0 2D 23 96 50 24
Octal 22 246 133 131 0 55 43 226 120 44
Binary 10010 10100110 1011011 1011001 0 101101 100011 10010110 1010000 100100

Color Harmonies of #12A65B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A65B

Black with #12A65B

Text Example


Text Example

White with #12A65B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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