Html Css Color HEX #12C01F Dark Pastel Green

📋 copy color: '#12C01F'

red 18 ◦ green 192 ◦ blue 31

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

Shades of Dark Pastel Green #12C01F

Tints of Dark Pastel Green #12C01F

RGB

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

 GREEN value IS 192 (75.39% from 255) = 79.67%

 BLUE value IS 31 (12.5% from 255) = 12.86%

R = 7.47%
G = 79.67%
B = 12.86%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#12C01F (or 0x12C01F) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 1F. RGB value is (18,192,31). Sum of RGB (Red+Green+Blue) = 18+192+31=241 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.47% from 241); Green value is 192 (75.39% from 255 or 79.67% from 241); Blue value is 31 (12.5% from 255 or 12.86% from 241); Max value from RGB is 192 - color contains mainly: green. Hex color #12C01F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C01F is #ED3FE0. Grayscale: #7A7A7A. Windows color (decimal): -15548385 or 2080786. OLE color: 2080786.

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

Color convert

RGB 18 192 31 -
CMYK 0.91 0 0.84 0.25
HSL 124.48º 0.83% 0.41% -
HSV(B) 124.48º 0.91% 0.75% -
XYZ 19.35 37.93 7.6 -
YUV 121.62 76.85 54.09 -
System Red Green Blue C M Y K H S L
Decimal 18 192 31 0.91 0 0.84 0.25 124.48 0.83 0.41
Hex 12 C0 1F 5B 0 54 19 7C 53 29
Octal 22 300 37 133 0 124 31 174 123 51
Binary 10010 11000000 11111 1011011 0 1010100 11001 1111100 1010011 101001

Color Harmonies of #12C01F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C01F

Black with #12C01F

Text Example


Text Example

White with #12C01F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,192,31); }

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

background-color css

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

 a { background-color: rgb(18,192,31); }

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

border-color css

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

 span { border-color: rgb(18,192,31); }

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