Html Css Color HEX #12C04E Dark Pastel Green

📋 copy color: '#12C04E'

red 18 ◦ green 192 ◦ blue 78

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

Shades of Dark Pastel Green #12C04E

Tints of Dark Pastel Green #12C04E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 27.08%

R = 6.25%
G = 66.67%
B = 27.08%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.59

 K value IS 0.25

RGB Variations

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

Color information

#12C04E (or 0x12C04E) is known color: Dark Pastel Green. HEX triplet: 12, C0 and 4E. RGB value is (18,192,78). Sum of RGB (Red+Green+Blue) = 18+192+78=288 (38% of max value = 765). Red value is 18 (7.42% from 255 or 6.25% from 288); Green value is 192 (75.39% from 255 or 66.67% from 288); Blue value is 78 (30.86% from 255 or 27.08% from 288); Max value from RGB is 192 - color contains mainly: green. Hex color #12C04E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12C04E is #ED3FB1. Grayscale: #7F7F7F. Windows color (decimal): -15548338 or 5160978. OLE color: 5160978.

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

Color convert

RGB 18 192 78 -
CMYK 0.91 0 0.59 0.25
HSL 140.69º 0.83% 0.41% -
HSV(B) 140.69º 0.91% 0.75% -
XYZ 20.47 38.38 13.54 -
YUV 126.98 100.35 50.27 -
System Red Green Blue C M Y K H S L
Decimal 18 192 78 0.91 0 0.59 0.25 140.69 0.83 0.41
Hex 12 C0 4E 5B 0 3B 19 8D 53 29
Octal 22 300 116 133 0 73 31 215 123 51
Binary 10010 11000000 1001110 1011011 0 111011 11001 10001101 1010011 101001

Color Harmonies of #12C04E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C04E

Black with #12C04E

Text Example


Text Example

White with #12C04E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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