Html Css Color HEX #12BC5B Pigment Green

📋 copy color: '#12BC5B'

red 18 ◦ green 188 ◦ blue 91

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

Shades of Pigment Green #12BC5B

Tints of Pigment Green #12BC5B

RGB

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

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

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

R = 6.06%
G = 63.3%
B = 30.64%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.52

 K value IS 0.26

RGB Variations

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

Color information

#12BC5B (or 0x12BC5B) is known color: Pigment Green. HEX triplet: 12, BC and 5B. RGB value is (18,188,91). Sum of RGB (Red+Green+Blue) = 18+188+91=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 188 (73.83% from 255 or 63.30% from 297); Blue value is 91 (35.94% from 255 or 30.64% from 297); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC5B is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC5B is #ED43A4. Grayscale: #7E7E7E. Windows color (decimal): -15549349 or 6011922. OLE color: 6011922.

HSL color Cylindrical-coordinate representation of color #12BC5B: hue angle of 145.76º 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 #12BC5B is Cyan = 0.90, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 91 -
CMYK 0.90 0 0.52 0.26
HSL 145.76º 0.83% 0.4% -
HSV(B) 145.76º 0.9% 0.74% -
XYZ 20.12 36.85 15.95 -
YUV 126.11 108.18 50.89 -
System Red Green Blue C M Y K H S L
Decimal 18 188 91 0.90 0 0.52 0.26 145.76 0.83 0.4
Hex 12 BC 5B 5A 0 34 1A 92 53 28
Octal 22 274 133 132 0 64 32 222 123 50
Binary 10010 10111100 1011011 1011010 0 110100 11010 10010010 1010011 101000

Color Harmonies of #12BC5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC5B

Black with #12BC5B

Text Example


Text Example

White with #12BC5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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