Html Css Color HEX #12BA5E Pigment Green

📋 copy color: '#12BA5E'

red 18 ◦ green 186 ◦ blue 94

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

Shades of Pigment Green #12BA5E

Tints of Pigment Green #12BA5E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 31.54%

R = 6.04%
G = 62.42%
B = 31.54%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.27

RGB Variations

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

Color information

#12BA5E (or 0x12BA5E) is known color: Pigment Green. HEX triplet: 12, BA and 5E. RGB value is (18,186,94). Sum of RGB (Red+Green+Blue) = 18+186+94=298 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.04% from 298); Green value is 186 (73.05% from 255 or 62.42% from 298); Blue value is 94 (37.11% from 255 or 31.54% from 298); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA5E is #ED45A1. Grayscale: #7D7D7D. Windows color (decimal): -15549858 or 6208018. OLE color: 6208018.

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

Color convert

RGB 18 186 94 -
CMYK 0.90 0 0.49 0.27
HSL 147.14º 0.82% 0.4% -
HSV(B) 147.14º 0.9% 0.73% -
XYZ 19.83 36.05 16.5 -
YUV 125.28 110.34 51.48 -
System Red Green Blue C M Y K H S L
Decimal 18 186 94 0.90 0 0.49 0.27 147.14 0.82 0.4
Hex 12 BA 5E 5A 0 31 1B 93 52 28
Octal 22 272 136 132 0 61 33 223 122 50
Binary 10010 10111010 1011110 1011010 0 110001 11011 10010011 1010010 101000

Color Harmonies of #12BA5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA5E

Black with #12BA5E

Text Example


Text Example

White with #12BA5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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