Html Css Color HEX #12C32F Dark Pastel Green

📋 copy color: '#12C32F'

red 18 ◦ green 195 ◦ blue 47

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

Shades of Dark Pastel Green #12C32F

Tints of Dark Pastel Green #12C32F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 75%

 BLUE value IS 47 (18.75% from 255) = 18.08%

R = 6.92%
G = 75%
B = 18.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.76

 K value IS 0.24

RGB Variations

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

Color information

#12C32F (or 0x12C32F) is known color: Dark Pastel Green. HEX triplet: 12, C3 and 2F. RGB value is (18,195,47). Sum of RGB (Red+Green+Blue) = 18+195+47=260 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.92% from 260); Green value is 195 (76.56% from 255 or 75% from 260); Blue value is 47 (18.75% from 255 or 18.08% from 260); Max value from RGB is 195 - color contains mainly: green. Hex color #12C32F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C32F is #ED3CD0. Grayscale: #7D7D7D. Windows color (decimal): -15547601 or 3130130. OLE color: 3130130.

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

Color convert

RGB 18 195 47 -
CMYK 0.91 0 0.76 0.24
HSL 129.83º 0.83% 0.42% -
HSV(B) 129.83º 0.91% 0.76% -
XYZ 20.28 39.36 9.22 -
YUV 125.21 83.86 51.53 -
System Red Green Blue C M Y K H S L
Decimal 18 195 47 0.91 0 0.76 0.24 129.83 0.83 0.42
Hex 12 C3 2F 5B 0 4C 18 82 53 2A
Octal 22 303 57 133 0 114 30 202 123 52
Binary 10010 11000011 101111 1011011 0 1001100 11000 10000010 1010011 101010

Color Harmonies of #12C32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C32F

Black with #12C32F

Text Example


Text Example

White with #12C32F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,195,47); }

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

background-color css

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

 a { background-color: rgb(18,195,47); }

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

border-color css

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

 span { border-color: rgb(18,195,47); }

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