Html Css Color HEX #12B124 Dark Pastel Green

📋 copy color: '#12B124'

red 18 ◦ green 177 ◦ blue 36

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

Shades of Dark Pastel Green #12B124

Tints of Dark Pastel Green #12B124

RGB

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

 GREEN value IS 177 (69.53% from 255) = 76.62%

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

R = 7.79%
G = 76.62%
B = 15.58%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.80

 K value IS 0.31

RGB Variations

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

Color information

#12B124 (or 0x12B124) is known color: Dark Pastel Green. HEX triplet: 12, B1 and 24. RGB value is (18,177,36). Sum of RGB (Red+Green+Blue) = 18+177+36=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 177 (69.53% from 255 or 76.62% from 231); Blue value is 36 (14.45% from 255 or 15.58% from 231); Max value from RGB is 177 - color contains mainly: green. Hex color #12B124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #12B124 is #ED4EDB. Grayscale: #717171. Windows color (decimal): -15552220 or 2404626. OLE color: 2404626.

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

Color convert

RGB 18 177 36 -
CMYK 0.90 0 0.80 0.31
HSL 126.79º 0.82% 0.38% -
HSV(B) 126.79º 0.9% 0.69% -
XYZ 16.29 31.7 6.93 -
YUV 113.39 84.32 59.96 -
System Red Green Blue C M Y K H S L
Decimal 18 177 36 0.90 0 0.80 0.31 126.79 0.82 0.38
Hex 12 B1 24 5A 0 50 1F 7F 52 26
Octal 22 261 44 132 0 120 37 177 122 46
Binary 10010 10110001 100100 1011010 0 1010000 11111 1111111 1010010 100110

Color Harmonies of #12B124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B124

Black with #12B124

Text Example


Text Example

White with #12B124

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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