Html Css Color HEX #12BC5D Pigment Green

📋 copy color: '#12BC5D'

red 18 ◦ green 188 ◦ blue 93

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

Shades of Pigment Green #12BC5D

Tints of Pigment Green #12BC5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 31.1%

R = 6.02%
G = 62.88%
B = 31.1%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.51

 K value IS 0.26

RGB Variations

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

Color information

#12BC5D (or 0x12BC5D) is known color: Pigment Green. HEX triplet: 12, BC and 5D. RGB value is (18,188,93). Sum of RGB (Red+Green+Blue) = 18+188+93=299 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.02% from 299); Green value is 188 (73.83% from 255 or 62.88% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BC5D is #ED43A2. Grayscale: #7E7E7E. Windows color (decimal): -15549347 or 6142994. OLE color: 6142994.

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

Color convert

RGB 18 188 93 -
CMYK 0.90 0 0.51 0.26
HSL 146.47º 0.83% 0.4% -
HSV(B) 146.47º 0.9% 0.74% -
XYZ 20.21 36.89 16.41 -
YUV 126.34 109.18 50.72 -
System Red Green Blue C M Y K H S L
Decimal 18 188 93 0.90 0 0.51 0.26 146.47 0.83 0.4
Hex 12 BC 5D 5A 0 33 1A 92 53 28
Octal 22 274 135 132 0 63 32 222 123 50
Binary 10010 10111100 1011101 1011010 0 110011 11010 10010010 1010011 101000

Color Harmonies of #12BC5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC5D

Black with #12BC5D

Text Example


Text Example

White with #12BC5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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