Html Css Color HEX #12BC2C Dark Pastel Green

📋 copy color: '#12BC2C'

red 18 ◦ green 188 ◦ blue 44

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

Shades of Dark Pastel Green #12BC2C

Tints of Dark Pastel Green #12BC2C

RGB

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

 GREEN value IS 188 (73.83% from 255) = 75.2%

 BLUE value IS 44 (17.58% from 255) = 17.6%

R = 7.2%
G = 75.2%
B = 17.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.77

 K value IS 0.26

RGB Variations

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

Color information

#12BC2C (or 0x12BC2C) is known color: Dark Pastel Green. HEX triplet: 12, BC and 2C. RGB value is (18,188,44). Sum of RGB (Red+Green+Blue) = 18+188+44=250 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.2% from 250); Green value is 188 (73.83% from 255 or 75.2% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 188 - color contains mainly: green. Hex color #12BC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BC2C is #ED43D3. Grayscale: #797979. Windows color (decimal): -15549396 or 2931730. OLE color: 2931730.

HSL color Cylindrical-coordinate representation of color #12BC2C: hue angle of 129.18º degrees, saturation: 0.83, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BC2C is Cyan = 0.90, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 188 44 -
CMYK 0.90 0 0.77 0.26
HSL 129.18º 0.83% 0.4% -
HSV(B) 129.18º 0.9% 0.74% -
XYZ 18.69 36.28 8.4 -
YUV 120.75 84.68 54.71 -
System Red Green Blue C M Y K H S L
Decimal 18 188 44 0.90 0 0.77 0.26 129.18 0.83 0.4
Hex 12 BC 2C 5A 0 4D 1A 81 53 28
Octal 22 274 54 132 0 115 32 201 123 50
Binary 10010 10111100 101100 1011010 0 1001101 11010 10000001 1010011 101000

Color Harmonies of #12BC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BC2C

Black with #12BC2C

Text Example


Text Example

White with #12BC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,188,44); }

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

background-color css

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

 a { background-color: rgb(18,188,44); }

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

border-color css

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

 span { border-color: rgb(18,188,44); }

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