Html Css Color HEX #12BD5E Pigment Green

📋 copy color: '#12BD5E'

red 18 ◦ green 189 ◦ blue 94

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

Shades of Pigment Green #12BD5E

Tints of Pigment Green #12BD5E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 62.79%

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

R = 5.98%
G = 62.79%
B = 31.23%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.26

RGB Variations

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

Color information

#12BD5E (or 0x12BD5E) is known color: Pigment Green. HEX triplet: 12, BD and 5E. RGB value is (18,189,94). Sum of RGB (Red+Green+Blue) = 18+189+94=301 (39% of max value = 765). Red value is 18 (7.42% from 255 or 5.98% from 301); Green value is 189 (74.22% from 255 or 62.79% from 301); Blue value is 94 (37.11% from 255 or 31.23% from 301); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD5E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD5E is #ED42A1. Grayscale: #7F7F7F. Windows color (decimal): -15549090 or 6208786. OLE color: 6208786.

HSL color Cylindrical-coordinate representation of color #12BD5E: hue angle of 146.67º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD5E is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 94 -
CMYK 0.90 0 0.50 0.26
HSL 146.67º 0.83% 0.41% -
HSV(B) 146.67º 0.9% 0.74% -
XYZ 20.47 37.33 16.72 -
YUV 127.04 109.35 50.22 -
System Red Green Blue C M Y K H S L
Decimal 18 189 94 0.90 0 0.50 0.26 146.67 0.83 0.41
Hex 12 BD 5E 5A 0 32 1A 93 53 29
Octal 22 275 136 132 0 62 32 223 123 51
Binary 10010 10111101 1011110 1011010 0 110010 11010 10010011 1010011 101001

Color Harmonies of #12BD5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD5E

Black with #12BD5E

Text Example


Text Example

White with #12BD5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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