Html Css Color HEX #12A55B Pigment Green

📋 copy color: '#12A55B'

red 18 ◦ green 165 ◦ blue 91

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

Shades of Pigment Green #12A55B

Tints of Pigment Green #12A55B

RGB

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

 GREEN value IS 165 (64.84% from 255) = 60.22%

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

R = 6.57%
G = 60.22%
B = 33.21%

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

#12A55B (or 0x12A55B) is known color: Pigment Green. HEX triplet: 12, A5 and 5B. RGB value is (18,165,91). Sum of RGB (Red+Green+Blue) = 18+165+91=274 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.57% from 274); Green value is 165 (64.84% from 255 or 60.22% from 274); Blue value is 91 (35.94% from 255 or 33.21% from 274); Max value from RGB is 165 - color contains mainly: green. Hex color #12A55B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #12A55B is #ED5AA4. Grayscale: #707070. Windows color (decimal): -15555237 or 6006034. OLE color: 6006034.

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

Color convert

RGB 18 165 91 -
CMYK 0.89 0 0.45 0.35
HSL 149.8º 0.8% 0.36% -
HSV(B) 149.8º 0.89% 0.65% -
XYZ 15.59 27.79 14.44 -
YUV 112.61 115.8 60.52 -
System Red Green Blue C M Y K H S L
Decimal 18 165 91 0.89 0 0.45 0.35 149.8 0.8 0.36
Hex 12 A5 5B 59 0 2D 23 96 50 24
Octal 22 245 133 131 0 55 43 226 120 44
Binary 10010 10100101 1011011 1011001 0 101101 100011 10010110 1010000 100100

Color Harmonies of #12A55B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12A55B

Black with #12A55B

Text Example


Text Example

White with #12A55B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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