Html Css Color HEX #12C143 Dark Pastel Green

📋 copy color: '#12C143'

red 18 ◦ green 193 ◦ blue 67

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

Shades of Dark Pastel Green #12C143

Tints of Dark Pastel Green #12C143

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.1%

R = 6.47%
G = 69.42%
B = 24.1%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.24

RGB Variations

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

Color information

#12C143 (or 0x12C143) is known color: Dark Pastel Green. HEX triplet: 12, C1 and 43. RGB value is (18,193,67). Sum of RGB (Red+Green+Blue) = 18+193+67=278 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.47% from 278); Green value is 193 (75.78% from 255 or 69.42% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 193 - color contains mainly: green. Hex color #12C143 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C143 is #ED3EBC. Grayscale: #7E7E7E. Windows color (decimal): -15548093 or 4440338. OLE color: 4440338.

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

Color convert

RGB 18 193 67 -
CMYK 0.91 0 0.65 0.24
HSL 136.8º 0.83% 0.41% -
HSV(B) 136.8º 0.91% 0.76% -
XYZ 20.33 38.67 11.7 -
YUV 126.31 94.52 50.75 -
System Red Green Blue C M Y K H S L
Decimal 18 193 67 0.91 0 0.65 0.24 136.8 0.83 0.41
Hex 12 C1 43 5B 0 41 18 89 53 29
Octal 22 301 103 133 0 101 30 211 123 51
Binary 10010 11000001 1000011 1011011 0 1000001 11000 10001001 1010011 101001

Color Harmonies of #12C143

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C143

Black with #12C143

Text Example


Text Example

White with #12C143

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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