Html Css Color HEX #12B14B Pigment Green

📋 copy color: '#12B14B'

red 18 ◦ green 177 ◦ blue 75

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

Shades of Pigment Green #12B14B

Tints of Pigment Green #12B14B

RGB

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

 GREEN value IS 177 (69.53% from 255) = 65.56%

 BLUE value IS 75 (29.69% from 255) = 27.78%

R = 6.67%
G = 65.56%
B = 27.78%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.31

RGB Variations

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

Color information

#12B14B (or 0x12B14B) is known color: Pigment Green. HEX triplet: 12, B1 and 4B. RGB value is (18,177,75). Sum of RGB (Red+Green+Blue) = 18+177+75=270 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.67% from 270); Green value is 177 (69.53% from 255 or 65.56% from 270); Blue value is 75 (29.69% from 255 or 27.78% from 270); Max value from RGB is 177 - color contains mainly: green. Hex color #12B14B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B14B is #ED4EB4. Grayscale: #767676. Windows color (decimal): -15552181 or 4960530. OLE color: 4960530.

HSL color Cylindrical-coordinate representation of color #12B14B: hue angle of 141.51º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B14B is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB 18 177 75 -
CMYK 0.90 0 0.58 0.31
HSL 141.51º 0.82% 0.38% -
HSV(B) 141.51º 0.9% 0.69% -
XYZ 17.24 32.08 11.94 -
YUV 117.83 103.82 56.79 -
System Red Green Blue C M Y K H S L
Decimal 18 177 75 0.90 0 0.58 0.31 141.51 0.82 0.38
Hex 12 B1 4B 5A 0 3A 1F 8E 52 26
Octal 22 261 113 132 0 72 37 216 122 46
Binary 10010 10110001 1001011 1011010 0 111010 11111 10001110 1010010 100110

Color Harmonies of #12B14B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B14B

Black with #12B14B

Text Example


Text Example

White with #12B14B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,177,75); }

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

background-color css

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

 a { background-color: rgb(18,177,75); }

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

border-color css

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

 span { border-color: rgb(18,177,75); }

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