Html Css Color HEX #12C147 Dark Pastel Green

📋 copy color: '#12C147'

red 18 ◦ green 193 ◦ blue 71

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

Shades of Dark Pastel Green #12C147

Tints of Dark Pastel Green #12C147

RGB

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

 GREEN value IS 193 (75.78% from 255) = 68.44%

 BLUE value IS 71 (28.13% from 255) = 25.18%

R = 6.38%
G = 68.44%
B = 25.18%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.63

 K value IS 0.24

RGB Variations

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

Color information

#12C147 (or 0x12C147) is known color: Dark Pastel Green. HEX triplet: 12, C1 and 47. RGB value is (18,193,71). Sum of RGB (Red+Green+Blue) = 18+193+71=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 193 (75.78% from 255 or 68.44% from 282); Blue value is 71 (28.12% from 255 or 25.18% from 282); Max value from RGB is 193 - color contains mainly: green. Hex color #12C147 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C147 is #ED3EB8. Grayscale: #7F7F7F. Windows color (decimal): -15548089 or 4702482. OLE color: 4702482.

HSL color Cylindrical-coordinate representation of color #12C147: hue angle of 138.17º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C147 is Cyan = 0.91, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 71 -
CMYK 0.91 0 0.63 0.24
HSL 138.17º 0.83% 0.41% -
HSV(B) 138.17º 0.91% 0.76% -
XYZ 20.46 38.72 12.36 -
YUV 126.77 96.52 50.42 -
System Red Green Blue C M Y K H S L
Decimal 18 193 71 0.91 0 0.63 0.24 138.17 0.83 0.41
Hex 12 C1 47 5B 0 3F 18 8A 53 29
Octal 22 301 107 133 0 77 30 212 123 51
Binary 10010 11000001 1000111 1011011 0 111111 11000 10001010 1010011 101001

Color Harmonies of #12C147

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C147

Black with #12C147

Text Example


Text Example

White with #12C147

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,193,71); }

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

background-color css

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

 a { background-color: rgb(18,193,71); }

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

border-color css

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

 span { border-color: rgb(18,193,71); }

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