Html Css Color HEX #12B924 Dark Pastel Green

📋 copy color: '#12B924'

red 18 ◦ green 185 ◦ blue 36

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

Shades of Dark Pastel Green #12B924

Tints of Dark Pastel Green #12B924

RGB

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

 GREEN value IS 185 (72.66% from 255) = 77.41%

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

R = 7.53%
G = 77.41%
B = 15.06%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.81

 K value IS 0.27

RGB Variations

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

Color information

#12B924 (or 0x12B924) is known color: Dark Pastel Green. HEX triplet: 12, B9 and 24. RGB value is (18,185,36). Sum of RGB (Red+Green+Blue) = 18+185+36=239 (31% of max value = 765). Red value is 18 (7.42% from 255 or 7.53% from 239); Green value is 185 (72.66% from 255 or 77.41% from 239); Blue value is 36 (14.45% from 255 or 15.06% from 239); Max value from RGB is 185 - color contains mainly: green. Hex color #12B924 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B924 is #ED46DB. Grayscale: #767676. Windows color (decimal): -15550172 or 2406674. OLE color: 2406674.

HSL color Cylindrical-coordinate representation of color #12B924: hue angle of 126.47º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12B924 is Cyan = 0.90, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 185 36 -
CMYK 0.90 0 0.81 0.27
HSL 126.47º 0.82% 0.4% -
HSV(B) 126.47º 0.9% 0.73% -
XYZ 17.92 34.95 7.47 -
YUV 118.08 81.67 56.62 -
System Red Green Blue C M Y K H S L
Decimal 18 185 36 0.90 0 0.81 0.27 126.47 0.82 0.4
Hex 12 B9 24 5A 0 51 1B 7E 52 28
Octal 22 271 44 132 0 121 33 176 122 50
Binary 10010 10111001 100100 1011010 0 1010001 11011 1111110 1010010 101000

Color Harmonies of #12B924

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B924

Black with #12B924

Text Example


Text Example

White with #12B924

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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