Html Css Color HEX #12C533 Dark Pastel Green

📋 copy color: '#12C533'

red 18 ◦ green 197 ◦ blue 51

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

Shades of Dark Pastel Green #12C533

Tints of Dark Pastel Green #12C533

RGB

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

 GREEN value IS 197 (77.34% from 255) = 74.06%

 BLUE value IS 51 (20.31% from 255) = 19.17%

R = 6.77%
G = 74.06%
B = 19.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#12C533 (or 0x12C533) is known color: Dark Pastel Green. HEX triplet: 12, C5 and 33. RGB value is (18,197,51). Sum of RGB (Red+Green+Blue) = 18+197+51=266 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.77% from 266); Green value is 197 (77.34% from 255 or 74.06% from 266); Blue value is 51 (20.31% from 255 or 19.17% from 266); Max value from RGB is 197 - color contains mainly: green. Hex color #12C533 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12C533 is #ED3ACC. Grayscale: #7F7F7F. Windows color (decimal): -15547085 or 3392786. OLE color: 3392786.

HSL color Cylindrical-coordinate representation of color #12C533: hue angle of 131.06º degrees, saturation: 0.83, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12C533 is Cyan = 0.91, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 18 197 51 -
CMYK 0.91 0 0.74 0.23
HSL 131.06º 0.83% 0.42% -
HSV(B) 131.06º 0.91% 0.77% -
XYZ 20.81 40.3 9.81 -
YUV 126.84 85.2 50.37 -
System Red Green Blue C M Y K H S L
Decimal 18 197 51 0.91 0 0.74 0.23 131.06 0.83 0.42
Hex 12 C5 33 5B 0 4A 17 83 53 2A
Octal 22 305 63 133 0 112 27 203 123 52
Binary 10010 11000101 110011 1011011 0 1001010 10111 10000011 1010011 101010

Color Harmonies of #12C533

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12C533

Black with #12C533

Text Example


Text Example

White with #12C533

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,197,51); }

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

background-color css

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

 a { background-color: rgb(18,197,51); }

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

border-color css

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

 span { border-color: rgb(18,197,51); }

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