Html Css Color HEX #12BA5D Pigment Green

📋 copy color: '#12BA5D'

red 18 ◦ green 186 ◦ blue 93

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

Shades of Pigment Green #12BA5D

Tints of Pigment Green #12BA5D

RGB

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

 GREEN value IS 186 (73.05% from 255) = 62.63%

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

R = 6.06%
G = 62.63%
B = 31.31%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.5

 K value IS 0.27

RGB Variations

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

Color information

#12BA5D (or 0x12BA5D) is known color: Pigment Green. HEX triplet: 12, BA and 5D. RGB value is (18,186,93). Sum of RGB (Red+Green+Blue) = 18+186+93=297 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.06% from 297); Green value is 186 (73.05% from 255 or 62.63% from 297); Blue value is 93 (36.72% from 255 or 31.31% from 297); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA5D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA5D is #ED45A2. Grayscale: #7D7D7D. Windows color (decimal): -15549859 or 6142482. OLE color: 6142482.

HSL color Cylindrical-coordinate representation of color #12BA5D: hue angle of 146.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 #12BA5D is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 93 -
CMYK 0.90 0 0.5 0.27
HSL 146.79º 0.82% 0.4% -
HSV(B) 146.79º 0.9% 0.73% -
XYZ 19.78 36.04 16.27 -
YUV 125.17 109.84 51.56 -
System Red Green Blue C M Y K H S L
Decimal 18 186 93 0.90 0 0.5 0.27 146.79 0.82 0.4
Hex 12 BA 5D 5A 0 32 1B 93 52 28
Octal 22 272 135 132 0 62 33 223 122 50
Binary 10010 10111010 1011101 1011010 0 110010 11011 10010011 1010010 101000

Color Harmonies of #12BA5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA5D

Black with #12BA5D

Text Example


Text Example

White with #12BA5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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