Html Css Color HEX #12C536 Dark Pastel Green

📋 copy color: '#12C536'

red 18 ◦ green 197 ◦ blue 54

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

Shades of Dark Pastel Green #12C536

Tints of Dark Pastel Green #12C536

RGB

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

 GREEN value IS 197 (77.34% from 255) = 73.23%

 BLUE value IS 54 (21.48% from 255) = 20.07%

R = 6.69%
G = 73.23%
B = 20.07%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.73

 K value IS 0.23

RGB Variations

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

Color information

#12C536 (or 0x12C536) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 36. RGB value is (18,197,54). Sum of RGB (Red+Green+Blue) = 18+197+54=269 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.69% from 269); Green value is 197 (77.34% from 255 or 73.23% from 269); Blue value is 54 (21.48% from 255 or 20.07% from 269); Max value from RGB is 197 - color contains mainly: green. Hex color #12C536 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C536 is #ED3AC9. Grayscale: #7F7F7F. Windows color (decimal): -15547082 or 3589394. OLE color: 3589394.

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

Color convert

RGB 18 197 54 -
CMYK 0.91 0 0.73 0.23
HSL 132.07º 0.83% 0.42% -
HSV(B) 132.07º 0.91% 0.77% -
XYZ 20.88 40.33 10.17 -
YUV 127.18 86.7 50.13 -
System Red Green Blue C M Y K H S L
Decimal 18 197 54 0.91 0 0.73 0.23 132.07 0.83 0.42
Hex 12 C5 36 5B 0 49 17 84 53 2A
Octal 22 305 66 133 0 111 27 204 123 52
Binary 10010 11000101 110110 1011011 0 1001001 10111 10000100 1010011 101010

Color Harmonies of #12C536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C536

Black with #12C536

Text Example


Text Example

White with #12C536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,197,54); }

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

background-color css

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

 a { background-color: rgb(18,197,54); }

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

border-color css

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

 span { border-color: rgb(18,197,54); }

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