Html Css Color HEX #12B957 Pigment Green

📋 copy color: '#12B957'

red 18 ◦ green 185 ◦ blue 87

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

Shades of Pigment Green #12B957

Tints of Pigment Green #12B957

RGB

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

 GREEN value IS 185 (72.66% from 255) = 63.79%

 BLUE value IS 87 (34.38% from 255) = 30%

R = 6.21%
G = 63.79%
B = 30%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.27

RGB Variations

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

Color information

#12B957 (or 0x12B957) is known color: Pigment Green. HEX triplet: 12, B9 and 57. RGB value is (18,185,87). Sum of RGB (Red+Green+Blue) = 18+185+87=290 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.21% from 290); Green value is 185 (72.66% from 255 or 63.79% from 290); Blue value is 87 (34.38% from 255 or 30% from 290); Max value from RGB is 185 - color contains mainly: green. Hex color #12B957 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B957 is #ED46A8. Grayscale: #7C7C7C. Windows color (decimal): -15550121 or 5749010. OLE color: 5749010.

HSL color Cylindrical-coordinate representation of color #12B957: hue angle of 144.79º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B957 is Cyan = 0.90, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 185 87 -
CMYK 0.90 0 0.53 0.27
HSL 144.79º 0.82% 0.4% -
HSV(B) 144.79º 0.9% 0.73% -
XYZ 19.32 35.51 14.85 -
YUV 123.9 107.17 52.47 -
System Red Green Blue C M Y K H S L
Decimal 18 185 87 0.90 0 0.53 0.27 144.79 0.82 0.4
Hex 12 B9 57 5A 0 35 1B 91 52 28
Octal 22 271 127 132 0 65 33 221 122 50
Binary 10010 10111001 1010111 1011010 0 110101 11011 10010001 1010010 101000

Color Harmonies of #12B957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B957

Black with #12B957

Text Example


Text Example

White with #12B957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,185,87); }

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

background-color css

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

 a { background-color: rgb(18,185,87); }

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

border-color css

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

 span { border-color: rgb(18,185,87); }

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