Html Css Color HEX #12BA55 Pigment Green

📋 copy color: '#12BA55'

red 18 ◦ green 186 ◦ blue 85

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

Shades of Pigment Green #12BA55

Tints of Pigment Green #12BA55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 29.41%

R = 6.23%
G = 64.36%
B = 29.41%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.54

 K value IS 0.27

RGB Variations

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

Color information

#12BA55 (or 0x12BA55) is known color: Pigment Green. HEX triplet: 12, BA and 55. RGB value is (18,186,85). Sum of RGB (Red+Green+Blue) = 18+186+85=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 186 (73.05% from 255 or 64.36% from 289); Blue value is 85 (33.59% from 255 or 29.41% from 289); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA55 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA55 is #ED45AA. Grayscale: #7C7C7C. Windows color (decimal): -15549867 or 5618194. OLE color: 5618194.

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

Color convert

RGB 18 186 85 -
CMYK 0.90 0 0.54 0.27
HSL 143.93º 0.82% 0.4% -
HSV(B) 143.93º 0.9% 0.73% -
XYZ 19.45 35.9 14.5 -
YUV 124.25 105.84 52.21 -
System Red Green Blue C M Y K H S L
Decimal 18 186 85 0.90 0 0.54 0.27 143.93 0.82 0.4
Hex 12 BA 55 5A 0 36 1B 90 52 28
Octal 22 272 125 132 0 66 33 220 122 50
Binary 10010 10111010 1010101 1011010 0 110110 11011 10010000 1010010 101000

Color Harmonies of #12BA55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA55

Black with #12BA55

Text Example


Text Example

White with #12BA55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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