Html Css Color HEX #12C231 Dark Pastel Green

📋 copy color: '#12C231'

red 18 ◦ green 194 ◦ blue 49

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

Shades of Dark Pastel Green #12C231

Tints of Dark Pastel Green #12C231

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 18.77%

R = 6.9%
G = 74.33%
B = 18.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#12C231 (or 0x12C231) is known color: Dark Pastel Green. HEX triplet: 12, C2 and 31. RGB value is (18,194,49). Sum of RGB (Red+Green+Blue) = 18+194+49=261 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.90% from 261); Green value is 194 (76.17% from 255 or 74.33% from 261); Blue value is 49 (19.53% from 255 or 18.77% from 261); Max value from RGB is 194 - color contains mainly: green. Hex color #12C231 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C231 is #ED3DCE. Grayscale: #7D7D7D. Windows color (decimal): -15547855 or 3260946. OLE color: 3260946.

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

Color convert

RGB 18 194 49 -
CMYK 0.91 0 0.75 0.24
HSL 130.57º 0.83% 0.42% -
HSV(B) 130.57º 0.91% 0.76% -
XYZ 20.1 38.93 9.36 -
YUV 124.85 85.19 51.79 -
System Red Green Blue C M Y K H S L
Decimal 18 194 49 0.91 0 0.75 0.24 130.57 0.83 0.42
Hex 12 C2 31 5B 0 4B 18 83 53 2A
Octal 22 302 61 133 0 113 30 203 123 52
Binary 10010 11000010 110001 1011011 0 1001011 11000 10000011 1010011 101010

Color Harmonies of #12C231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C231

Black with #12C231

Text Example


Text Example

White with #12C231

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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