Html Css Color HEX #12C04A Dark Pastel Green

📋 copy color: '#12C04A'

red 18 ◦ green 192 ◦ blue 74

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

Shades of Dark Pastel Green #12C04A

Tints of Dark Pastel Green #12C04A

RGB

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

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

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

R = 6.34%
G = 67.61%
B = 26.06%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.61

 K value IS 0.25

RGB Variations

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

Color information

#12C04A (or 0x12C04A) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 4A. RGB value is (18,192,74). Sum of RGB (Red+Green+Blue) = 18+192+74=284 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.34% from 284); Green value is 192 (75.39% from 255 or 67.61% from 284); Blue value is 74 (29.30% from 255 or 26.06% from 284); Max value from RGB is 192 - color contains mainly: green. Hex color #12C04A is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C04A is #ED3FB5. Grayscale: #7E7E7E. Windows color (decimal): -15548342 or 4898834. OLE color: 4898834.

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

Color convert

RGB 18 192 74 -
CMYK 0.91 0 0.61 0.25
HSL 139.31º 0.83% 0.41% -
HSV(B) 139.31º 0.91% 0.75% -
XYZ 20.34 38.32 12.8 -
YUV 126.52 98.35 50.59 -
System Red Green Blue C M Y K H S L
Decimal 18 192 74 0.91 0 0.61 0.25 139.31 0.83 0.41
Hex 12 C0 4A 5B 0 3D 19 8B 53 29
Octal 22 300 112 133 0 75 31 213 123 51
Binary 10010 11000000 1001010 1011011 0 111101 11001 10001011 1010011 101001

Color Harmonies of #12C04A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C04A

Black with #12C04A

Text Example


Text Example

White with #12C04A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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