Html Css Color HEX #12C03F Dark Pastel Green

📋 copy color: '#12C03F'

red 18 ◦ green 192 ◦ blue 63

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

Shades of Dark Pastel Green #12C03F

Tints of Dark Pastel Green #12C03F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 23.08%

R = 6.59%
G = 70.33%
B = 23.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.67

 K value IS 0.25

RGB Variations

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

Color information

#12C03F (or 0x12C03F) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 3F. RGB value is (18,192,63). Sum of RGB (Red+Green+Blue) = 18+192+63=273 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.59% from 273); Green value is 192 (75.39% from 255 or 70.33% from 273); Blue value is 63 (25% from 255 or 23.08% from 273); Max value from RGB is 192 - color contains mainly: green. Hex color #12C03F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C03F is #ED3FC0. Grayscale: #7D7D7D. Windows color (decimal): -15548353 or 4177938. OLE color: 4177938.

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

Color convert

RGB 18 192 63 -
CMYK 0.91 0 0.67 0.25
HSL 135.52º 0.83% 0.41% -
HSV(B) 135.52º 0.91% 0.75% -
XYZ 20 38.19 11.02 -
YUV 125.27 92.85 51.49 -
System Red Green Blue C M Y K H S L
Decimal 18 192 63 0.91 0 0.67 0.25 135.52 0.83 0.41
Hex 12 C0 3F 5B 0 43 19 88 53 29
Octal 22 300 77 133 0 103 31 210 123 51
Binary 10010 11000000 111111 1011011 0 1000011 11001 10001000 1010011 101001

Color Harmonies of #12C03F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C03F

Black with #12C03F

Text Example


Text Example

White with #12C03F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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