Html Css Color HEX #12C632 Dark Pastel Green

📋 copy color: '#12C632'

red 18 ◦ green 198 ◦ blue 50

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

Shades of Dark Pastel Green #12C632

Tints of Dark Pastel Green #12C632

RGB

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

 GREEN value IS 198 (77.73% from 255) = 74.44%

 BLUE value IS 50 (19.92% from 255) = 18.8%

R = 6.77%
G = 74.44%
B = 18.8%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.22

RGB Variations

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

Color information

#12C632 (or 0x12C632) is known color: Dark Pastel Green. HEX triplet: 12, C6 and 32. RGB value is (18,198,50). Sum of RGB (Red+Green+Blue) = 18+198+50=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 198 (77.73% from 255 or 74.44% from 266); Blue value is 50 (19.92% from 255 or 18.80% from 266); Max value from RGB is 198 - color contains mainly: green. Hex color #12C632 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C632 is #ED39CD. Grayscale: #7F7F7F. Windows color (decimal): -15546830 or 3327506. OLE color: 3327506.

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

Color convert

RGB 18 198 50 -
CMYK 0.91 0 0.75 0.22
HSL 130.67º 0.83% 0.42% -
HSV(B) 130.67º 0.91% 0.78% -
XYZ 21.02 40.75 9.77 -
YUV 127.31 84.37 50.03 -
System Red Green Blue C M Y K H S L
Decimal 18 198 50 0.91 0 0.75 0.22 130.67 0.83 0.42
Hex 12 C6 32 5B 0 4B 16 83 53 2A
Octal 22 306 62 133 0 113 26 203 123 52
Binary 10010 11000110 110010 1011011 0 1001011 10110 10000011 1010011 101010

Color Harmonies of #12C632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C632

Black with #12C632

Text Example


Text Example

White with #12C632

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,198,50); }

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

background-color css

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

 a { background-color: rgb(18,198,50); }

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

border-color css

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

 span { border-color: rgb(18,198,50); }

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