Html Css Color HEX #12C52E Dark Pastel Green

📋 copy color: '#12C52E'

red 18 ◦ green 197 ◦ blue 46

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

Shades of Dark Pastel Green #12C52E

Tints of Dark Pastel Green #12C52E

RGB

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

 GREEN value IS 197 (77.34% from 255) = 75.48%

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

R = 6.9%
G = 75.48%
B = 17.62%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#12C52E (or 0x12C52E) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 2E. RGB value is (18,197,46). Sum of RGB (Red+Green+Blue) = 18+197+46=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 197 (77.34% from 255 or 75.48% from 261); Blue value is 46 (18.36% from 255 or 17.62% from 261); Max value from RGB is 197 - color contains mainly: green. Hex color #12C52E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C52E is #ED3AD1. Grayscale: #7E7E7E. Windows color (decimal): -15547090 or 3065106. OLE color: 3065106.

HSL color Cylindrical-coordinate representation of color #12C52E: hue angle of 129.39º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C52E is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 197 46 -
CMYK 0.91 0 0.77 0.23
HSL 129.39º 0.83% 0.42% -
HSV(B) 129.39º 0.91% 0.77% -
XYZ 20.71 40.26 9.26 -
YUV 126.27 82.7 50.78 -
System Red Green Blue C M Y K H S L
Decimal 18 197 46 0.91 0 0.77 0.23 129.39 0.83 0.42
Hex 12 C5 2E 5B 0 4D 17 81 53 2A
Octal 22 305 56 133 0 115 27 201 123 52
Binary 10010 11000101 101110 1011011 0 1001101 10111 10000001 1010011 101010

Color Harmonies of #12C52E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C52E

Black with #12C52E

Text Example


Text Example

White with #12C52E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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