Html Css Color HEX #12B324 Dark Pastel Green

📋 copy color: '#12B324'

red 18 ◦ green 179 ◦ blue 36

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

Shades of Dark Pastel Green #12B324

Tints of Dark Pastel Green #12B324

RGB

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

 GREEN value IS 179 (70.31% from 255) = 76.82%

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

R = 7.73%
G = 76.82%
B = 15.45%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.30

RGB Variations

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

Color information

#12B324 (or 0x12B324) is known color: Dark Pastel Green. HEX triplet: 12, B3 and 24. RGB value is (18,179,36). Sum of RGB (Red+Green+Blue) = 18+179+36=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 179 (70.31% from 255 or 76.82% from 233); Blue value is 36 (14.45% from 255 or 15.45% from 233); Max value from RGB is 179 - color contains mainly: green. Hex color #12B324 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B324 is #ED4CDB. Grayscale: #727272. Windows color (decimal): -15551708 or 2405138. OLE color: 2405138.

HSL color Cylindrical-coordinate representation of color #12B324: hue angle of 126.71º degrees, saturation: 0.82, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B324 is Cyan = 0.90, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.30.

Color convert

RGB 18 179 36 -
CMYK 0.90 0 0.80 0.30
HSL 126.71º 0.82% 0.39% -
HSV(B) 126.71º 0.9% 0.7% -
XYZ 16.69 32.5 7.06 -
YUV 114.56 83.66 59.13 -
System Red Green Blue C M Y K H S L
Decimal 18 179 36 0.90 0 0.80 0.30 126.71 0.82 0.39
Hex 12 B3 24 5A 0 50 1E 7F 52 27
Octal 22 263 44 132 0 120 36 177 122 47
Binary 10010 10110011 100100 1011010 0 1010000 11110 1111111 1010010 100111

Color Harmonies of #12B324

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B324

Black with #12B324

Text Example


Text Example

White with #12B324

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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