Html Css Color HEX #12C34C Dark Pastel Green

📋 copy color: '#12C34C'

red 18 ◦ green 195 ◦ blue 76

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

Shades of Dark Pastel Green #12C34C

Tints of Dark Pastel Green #12C34C

RGB

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

 GREEN value IS 195 (76.56% from 255) = 67.47%

 BLUE value IS 76 (30.08% from 255) = 26.3%

R = 6.23%
G = 67.47%
B = 26.3%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.24

RGB Variations

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

Color information

#12C34C (or 0x12C34C) is known color: Dark Pastel Green. HEX triplet: 12, C3 and 4C. RGB value is (18,195,76). Sum of RGB (Red+Green+Blue) = 18+195+76=289 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.23% from 289); Green value is 195 (76.56% from 255 or 67.47% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 195 - color contains mainly: green. Hex color #12C34C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C34C is #ED3CB3. Grayscale: #808080. Windows color (decimal): -15547572 or 5030674. OLE color: 5030674.

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

Color convert

RGB 18 195 76 -
CMYK 0.91 0 0.61 0.24
HSL 139.66º 0.83% 0.42% -
HSV(B) 139.66º 0.91% 0.76% -
XYZ 21.07 39.68 13.39 -
YUV 128.51 98.36 49.18 -
System Red Green Blue C M Y K H S L
Decimal 18 195 76 0.91 0 0.61 0.24 139.66 0.83 0.42
Hex 12 C3 4C 5B 0 3D 18 8C 53 2A
Octal 22 303 114 133 0 75 30 214 123 52
Binary 10010 11000011 1001100 1011011 0 111101 11000 10001100 1010011 101010

Color Harmonies of #12C34C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C34C

Black with #12C34C

Text Example


Text Example

White with #12C34C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,195,76); }

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

background-color css

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

 a { background-color: rgb(18,195,76); }

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

border-color css

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

 span { border-color: rgb(18,195,76); }

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