Html Css Color HEX #12CC2E Dark Pastel Green

📋 copy color: '#12CC2E'

red 18 ◦ green 204 ◦ blue 46

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

Shades of Dark Pastel Green #12CC2E

Tints of Dark Pastel Green #12CC2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 17.16%

R = 6.72%
G = 76.12%
B = 17.16%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.2

RGB Variations

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

Color information

#12CC2E (or 0x12CC2E) is known color: Dark Pastel Green. HEX triplet: 12, CC and 2E. RGB value is (18,204,46). Sum of RGB (Red+Green+Blue) = 18+204+46=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 204 (80.08% from 255 or 76.12% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 204 - color contains mainly: green. Hex color #12CC2E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12CC2E is #ED33D1. Grayscale: #828282. Windows color (decimal): -15545298 or 3066898. OLE color: 3066898.

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

Color convert

RGB 18 204 46 -
CMYK 0.91 0 0.77 0.2
HSL 129.03º 0.84% 0.44% -
HSV(B) 129.03º 0.91% 0.8% -
XYZ 22.34 43.51 9.81 -
YUV 130.37 80.38 47.85 -
System Red Green Blue C M Y K H S L
Decimal 18 204 46 0.91 0 0.77 0.2 129.03 0.84 0.44
Hex 12 CC 2E 5B 0 4D 14 81 54 2C
Octal 22 314 56 133 0 115 24 201 124 54
Binary 10010 11001100 101110 1011011 0 1001101 10100 10000001 1010100 101100

Color Harmonies of #12CC2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12CC2E

Black with #12CC2E

Text Example


Text Example

White with #12CC2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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