Html Css Color HEX #12BC59 Pigment Green

📋 copy color: '#12BC59'

red 18 ◦ green 188 ◦ blue 89

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

Shades of Pigment Green #12BC59

Tints of Pigment Green #12BC59

RGB

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

 GREEN value IS 188 (73.83% from 255) = 63.73%

 BLUE value IS 89 (35.16% from 255) = 30.17%

R = 6.1%
G = 63.73%
B = 30.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.53

 K value IS 0.26

RGB Variations

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

Color information

#12BC59 (or 0x12BC59) is known color: Pigment Green. HEX triplet: 12, BC and 59. RGB value is (18,188,89). Sum of RGB (Red+Green+Blue) = 18+188+89=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 188 (73.83% from 255 or 63.73% from 295); Blue value is 89 (35.16% from 255 or 30.17% from 295); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC59 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC59 is #ED43A6. Grayscale: #7E7E7E. Windows color (decimal): -15549351 or 5880850. OLE color: 5880850.

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

Color convert

RGB 18 188 89 -
CMYK 0.90 0 0.53 0.26
HSL 145.06º 0.83% 0.4% -
HSV(B) 145.06º 0.9% 0.74% -
XYZ 20.04 36.82 15.5 -
YUV 125.88 107.18 51.05 -
System Red Green Blue C M Y K H S L
Decimal 18 188 89 0.90 0 0.53 0.26 145.06 0.83 0.4
Hex 12 BC 59 5A 0 35 1A 91 53 28
Octal 22 274 131 132 0 65 32 221 123 50
Binary 10010 10111100 1011001 1011010 0 110101 11010 10010001 1010011 101000

Color Harmonies of #12BC59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC59

Black with #12BC59

Text Example


Text Example

White with #12BC59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,89); }

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

background-color css

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

 a { background-color: rgb(18,188,89); }

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

border-color css

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

 span { border-color: rgb(18,188,89); }

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