Html Css Color HEX #12CC2A Dark Pastel Green

📋 copy color: '#12CC2A'

red 18 ◦ green 204 ◦ blue 42

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

Shades of Dark Pastel Green #12CC2A

Tints of Dark Pastel Green #12CC2A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 15.91%

R = 6.82%
G = 77.27%
B = 15.91%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.79

 K value IS 0.2

RGB Variations

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

Color information

#12CC2A (or 0x12CC2A) is known color: Dark Pastel Green. HEX triplet: 12, CC and 2A. RGB value is (18,204,42). Sum of RGB (Red+Green+Blue) = 18+204+42=264 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.82% from 264); Green value is 204 (80.08% from 255 or 77.27% from 264); Blue value is 42 (16.80% from 255 or 15.91% from 264); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC2A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC2A is #ED33D5. Grayscale: #828282. Windows color (decimal): -15545302 or 2804754. OLE color: 2804754.

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

Color convert

RGB 18 204 42 -
CMYK 0.91 0 0.79 0.2
HSL 127.74º 0.84% 0.44% -
HSV(B) 127.74º 0.91% 0.8% -
XYZ 22.26 43.48 9.41 -
YUV 129.92 78.38 48.17 -
System Red Green Blue C M Y K H S L
Decimal 18 204 42 0.91 0 0.79 0.2 127.74 0.84 0.44
Hex 12 CC 2A 5B 0 4F 14 80 54 2C
Octal 22 314 52 133 0 117 24 200 124 54
Binary 10010 11001100 101010 1011011 0 1001111 10100 10000000 1010100 101100

Color Harmonies of #12CC2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC2A

Black with #12CC2A

Text Example


Text Example

White with #12CC2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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