Html Css Color HEX #12CC2C Dark Pastel Green

📋 copy color: '#12CC2C'

red 18 ◦ green 204 ◦ blue 44

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

Shades of Dark Pastel Green #12CC2C

Tints of Dark Pastel Green #12CC2C

RGB

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

 GREEN value IS 204 (80.08% from 255) = 76.69%

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

R = 6.77%
G = 76.69%
B = 16.54%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.78

 K value IS 0.2

RGB Variations

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

Color information

#12CC2C (or 0x12CC2C) is known color: Dark Pastel Green. HEX triplet: 12, CC and 2C. RGB value is (18,204,44). Sum of RGB (Red+Green+Blue) = 18+204+44=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 204 (80.08% from 255 or 76.69% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC2C is #ED33D3. Grayscale: #828282. Windows color (decimal): -15545300 or 2935826. OLE color: 2935826.

HSL color Cylindrical-coordinate representation of color #12CC2C: hue angle of 128.39º degrees, saturation: 0.84, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12CC2C is Cyan = 0.91, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.2.

Color convert

RGB 18 204 44 -
CMYK 0.91 0 0.78 0.2
HSL 128.39º 0.84% 0.44% -
HSV(B) 128.39º 0.91% 0.8% -
XYZ 22.3 43.5 9.6 -
YUV 130.15 79.38 48.01 -
System Red Green Blue C M Y K H S L
Decimal 18 204 44 0.91 0 0.78 0.2 128.39 0.84 0.44
Hex 12 CC 2C 5B 0 4E 14 80 54 2C
Octal 22 314 54 133 0 116 24 200 124 54
Binary 10010 11001100 101100 1011011 0 1001110 10100 10000000 1010100 101100

Color Harmonies of #12CC2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC2C

Black with #12CC2C

Text Example


Text Example

White with #12CC2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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