Html Css Color HEX #12C224 Dark Pastel Green

📋 copy color: '#12C224'

red 18 ◦ green 194 ◦ blue 36

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

Shades of Dark Pastel Green #12C224

Tints of Dark Pastel Green #12C224

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 14.52%

R = 7.26%
G = 78.23%
B = 14.52%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.81

 K value IS 0.24

RGB Variations

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

Color information

#12C224 (or 0x12C224) is known color: Dark Pastel Green. HEX triplet: 12, C2 and 24. RGB value is (18,194,36). Sum of RGB (Red+Green+Blue) = 18+194+36=248 (32% of max value = 765). Red value is 18 (7.42% from 255 or 7.26% from 248); Green value is 194 (76.17% from 255 or 78.23% from 248); Blue value is 36 (14.45% from 255 or 14.52% from 248); Max value from RGB is 194 - color contains mainly: green. Hex color #12C224 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C224 is #ED3DDB. Grayscale: #7B7B7B. Windows color (decimal): -15547868 or 2408978. OLE color: 2408978.

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

Color convert

RGB 18 194 36 -
CMYK 0.91 0 0.81 0.24
HSL 126.14º 0.83% 0.42% -
HSV(B) 126.14º 0.91% 0.76% -
XYZ 19.86 38.84 8.12 -
YUV 123.36 78.69 52.85 -
System Red Green Blue C M Y K H S L
Decimal 18 194 36 0.91 0 0.81 0.24 126.14 0.83 0.42
Hex 12 C2 24 5B 0 51 18 7E 53 2A
Octal 22 302 44 133 0 121 30 176 123 52
Binary 10010 11000010 100100 1011011 0 1010001 11000 1111110 1010011 101010

Color Harmonies of #12C224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C224

Black with #12C224

Text Example


Text Example

White with #12C224

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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