Html Css Color HEX #12CC3E Dark Pastel Green

📋 copy color: '#12CC3E'

red 18 ◦ green 204 ◦ blue 62

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

Shades of Dark Pastel Green #12CC3E

Tints of Dark Pastel Green #12CC3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 21.83%

R = 6.34%
G = 71.83%
B = 21.83%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.70

 K value IS 0.2

RGB Variations

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

Color information

#12CC3E (or 0x12CC3E) is known color: Dark Pastel Green. HEX triplet: 12, CC and 3E. RGB value is (18,204,62). Sum of RGB (Red+Green+Blue) = 18+204+62=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 204 (80.08% from 255 or 71.83% from 284); Blue value is 62 (24.61% from 255 or 21.83% from 284); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC3E is #ED33C1. Grayscale: #848484. Windows color (decimal): -15545282 or 4115474. OLE color: 4115474.

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

Color convert

RGB 18 204 62 -
CMYK 0.91 0 0.70 0.2
HSL 134.19º 0.84% 0.44% -
HSV(B) 134.19º 0.91% 0.8% -
XYZ 22.71 43.66 11.79 -
YUV 132.2 88.38 46.55 -
System Red Green Blue C M Y K H S L
Decimal 18 204 62 0.91 0 0.70 0.2 134.19 0.84 0.44
Hex 12 CC 3E 5B 0 46 14 86 54 2C
Octal 22 314 76 133 0 106 24 206 124 54
Binary 10010 11001100 111110 1011011 0 1000110 10100 10000110 1010100 101100

Color Harmonies of #12CC3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC3E

Black with #12CC3E

Text Example


Text Example

White with #12CC3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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