Html Css Color HEX #12C431 Dark Pastel Green

📋 copy color: '#12C431'

red 18 ◦ green 196 ◦ blue 49

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

Shades of Dark Pastel Green #12C431

Tints of Dark Pastel Green #12C431

RGB

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

 GREEN value IS 196 (76.95% from 255) = 74.52%

 BLUE value IS 49 (19.53% from 255) = 18.63%

R = 6.84%
G = 74.52%
B = 18.63%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#12C431 (or 0x12C431) is known color: Dark Pastel Green. HEX triplet: 12, C4 and 31. RGB value is (18,196,49). Sum of RGB (Red+Green+Blue) = 18+196+49=263 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.84% from 263); Green value is 196 (76.95% from 255 or 74.52% from 263); Blue value is 49 (19.53% from 255 or 18.63% from 263); Max value from RGB is 196 - color contains mainly: green. Hex color #12C431 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C431 is #ED3BCE. Grayscale: #7E7E7E. Windows color (decimal): -15547343 or 3261458. OLE color: 3261458.

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

Color convert

RGB 18 196 49 -
CMYK 0.91 0 0.75 0.23
HSL 130.45º 0.83% 0.42% -
HSV(B) 130.45º 0.91% 0.77% -
XYZ 20.54 39.83 9.51 -
YUV 126.02 84.53 50.95 -
System Red Green Blue C M Y K H S L
Decimal 18 196 49 0.91 0 0.75 0.23 130.45 0.83 0.42
Hex 12 C4 31 5B 0 4B 17 82 53 2A
Octal 22 304 61 133 0 113 27 202 123 52
Binary 10010 11000100 110001 1011011 0 1001011 10111 10000010 1010011 101010

Color Harmonies of #12C431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C431

Black with #12C431

Text Example


Text Example

White with #12C431

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,196,49); }

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

background-color css

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

 a { background-color: rgb(18,196,49); }

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

border-color css

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

 span { border-color: rgb(18,196,49); }

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