Html Css Color HEX #12B85D Pigment Green

📋 copy color: '#12B85D'

red 18 ◦ green 184 ◦ blue 93

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

Shades of Pigment Green #12B85D

Tints of Pigment Green #12B85D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 62.37%

 BLUE value IS 93 (36.72% from 255) = 31.53%

R = 6.1%
G = 62.37%
B = 31.53%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.28

RGB Variations

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

Color information

#12B85D (or 0x12B85D) is known color: Pigment Green. HEX triplet: 12, B8 and 5D. RGB value is (18,184,93). Sum of RGB (Red+Green+Blue) = 18+184+93=295 (39% of max value = 765). Red value is 18 (7.42% from 255 or 6.10% from 295); Green value is 184 (72.27% from 255 or 62.37% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 184 - color contains mainly: green. Hex color #12B85D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B85D is #ED47A2. Grayscale: #7C7C7C. Windows color (decimal): -15550371 or 6141970. OLE color: 6141970.

HSL color Cylindrical-coordinate representation of color #12B85D: hue angle of 147.11º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B85D is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.28.

Color convert

RGB 18 184 93 -
CMYK 0.90 0 0.49 0.28
HSL 147.11º 0.82% 0.4% -
HSV(B) 147.11º 0.9% 0.72% -
XYZ 19.37 35.2 16.13 -
YUV 123.99 110.5 52.4 -
System Red Green Blue C M Y K H S L
Decimal 18 184 93 0.90 0 0.49 0.28 147.11 0.82 0.4
Hex 12 B8 5D 5A 0 31 1C 93 52 28
Octal 22 270 135 132 0 61 34 223 122 50
Binary 10010 10111000 1011101 1011010 0 110001 11100 10010011 1010010 101000

Color Harmonies of #12B85D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B85D

Black with #12B85D

Text Example


Text Example

White with #12B85D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,184,93); }

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

background-color css

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

 a { background-color: rgb(18,184,93); }

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

border-color css

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

 span { border-color: rgb(18,184,93); }

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