Html Css Color HEX #12C24A Dark Pastel Green

📋 copy color: '#12C24A'

red 18 ◦ green 194 ◦ blue 74

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

Shades of Dark Pastel Green #12C24A

Tints of Dark Pastel Green #12C24A

RGB

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

 GREEN value IS 194 (76.17% from 255) = 67.83%

 BLUE value IS 74 (29.3% from 255) = 25.87%

R = 6.29%
G = 67.83%
B = 25.87%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.24

RGB Variations

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

Color information

#12C24A (or 0x12C24A) is known color: Dark Pastel Green. HEX triplet: 12, C2 and 4A. RGB value is (18,194,74). Sum of RGB (Red+Green+Blue) = 18+194+74=286 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.29% from 286); Green value is 194 (76.17% from 255 or 67.83% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 194 - color contains mainly: green. Hex color #12C24A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C24A is #ED3DB5. Grayscale: #808080. Windows color (decimal): -15547830 or 4899346. OLE color: 4899346.

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

Color convert

RGB 18 194 74 -
CMYK 0.91 0 0.62 0.24
HSL 139.09º 0.83% 0.42% -
HSV(B) 139.09º 0.91% 0.76% -
XYZ 20.78 39.21 12.95 -
YUV 127.7 97.69 49.76 -
System Red Green Blue C M Y K H S L
Decimal 18 194 74 0.91 0 0.62 0.24 139.09 0.83 0.42
Hex 12 C2 4A 5B 0 3E 18 8B 53 2A
Octal 22 302 112 133 0 76 30 213 123 52
Binary 10010 11000010 1001010 1011011 0 111110 11000 10001011 1010011 101010

Color Harmonies of #12C24A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C24A

Black with #12C24A

Text Example


Text Example

White with #12C24A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,194,74); }

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

background-color css

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

 a { background-color: rgb(18,194,74); }

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

border-color css

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

 span { border-color: rgb(18,194,74); }

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