Html Css Color HEX #12BA54 Pigment Green

📋 copy color: '#12BA54'

red 18 ◦ green 186 ◦ blue 84

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

Shades of Pigment Green #12BA54

Tints of Pigment Green #12BA54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 29.17%

R = 6.25%
G = 64.58%
B = 29.17%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.55

 K value IS 0.27

RGB Variations

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

Color information

#12BA54 (or 0x12BA54) is known color: Pigment Green. HEX triplet: 12, BA and 54. RGB value is (18,186,84). Sum of RGB (Red+Green+Blue) = 18+186+84=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 186 (73.05% from 255 or 64.58% from 288); Blue value is 84 (33.20% from 255 or 29.17% from 288); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA54 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA54 is #ED45AB. Grayscale: #7C7C7C. Windows color (decimal): -15549868 or 5552658. OLE color: 5552658.

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

Color convert

RGB 18 186 84 -
CMYK 0.90 0 0.55 0.27
HSL 143.57º 0.82% 0.4% -
HSV(B) 143.57º 0.9% 0.73% -
XYZ 19.41 35.89 14.29 -
YUV 124.14 105.34 52.29 -
System Red Green Blue C M Y K H S L
Decimal 18 186 84 0.90 0 0.55 0.27 143.57 0.82 0.4
Hex 12 BA 54 5A 0 37 1B 90 52 28
Octal 22 272 124 132 0 67 33 220 122 50
Binary 10010 10111010 1010100 1011010 0 110111 11011 10010000 1010010 101000

Color Harmonies of #12BA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA54

Black with #12BA54

Text Example


Text Example

White with #12BA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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