Html Css Color HEX #12C145 Dark Pastel Green

📋 copy color: '#12C145'

red 18 ◦ green 193 ◦ blue 69

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

Shades of Dark Pastel Green #12C145

Tints of Dark Pastel Green #12C145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 24.64%

R = 6.43%
G = 68.93%
B = 24.64%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.64

 K value IS 0.24

RGB Variations

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

Color information

#12C145 (or 0x12C145) is known color: Dark Pastel Green. HEX triplet: 12, C1 and 45. RGB value is (18,193,69). Sum of RGB (Red+Green+Blue) = 18+193+69=280 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.43% from 280); Green value is 193 (75.78% from 255 or 68.93% from 280); Blue value is 69 (27.34% from 255 or 24.64% from 280); Max value from RGB is 193 - color contains mainly: green. Hex color #12C145 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C145 is #ED3EBA. Grayscale: #7E7E7E. Windows color (decimal): -15548091 or 4571410. OLE color: 4571410.

HSL color Cylindrical-coordinate representation of color #12C145: hue angle of 137.49º 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 #12C145 is Cyan = 0.91, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB 18 193 69 -
CMYK 0.91 0 0.64 0.24
HSL 137.49º 0.83% 0.41% -
HSV(B) 137.49º 0.91% 0.76% -
XYZ 20.39 38.7 12.02 -
YUV 126.54 95.52 50.58 -
System Red Green Blue C M Y K H S L
Decimal 18 193 69 0.91 0 0.64 0.24 137.49 0.83 0.41
Hex 12 C1 45 5B 0 40 18 89 53 29
Octal 22 301 105 133 0 100 30 211 123 51
Binary 10010 11000001 1000101 1011011 0 1000000 11000 10001001 1010011 101001

Color Harmonies of #12C145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C145

Black with #12C145

Text Example


Text Example

White with #12C145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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