Html Css Color HEX #12B520 Dark Pastel Green

📋 copy color: '#12B520'

red 18 ◦ green 181 ◦ blue 32

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

Shades of Dark Pastel Green #12B520

Tints of Dark Pastel Green #12B520

RGB

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

 GREEN value IS 181 (71.09% from 255) = 78.35%

 BLUE value IS 32 (12.89% from 255) = 13.85%

R = 7.79%
G = 78.35%
B = 13.85%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.82

 K value IS 0.29

RGB Variations

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

Color information

#12B520 (or 0x12B520) is known color: Dark Pastel Green. HEX triplet: 12, B5 and 20. RGB value is (18,181,32). Sum of RGB (Red+Green+Blue) = 18+181+32=231 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.79% from 231); Green value is 181 (71.09% from 255 or 78.35% from 231); Blue value is 32 (12.89% from 255 or 13.85% from 231); Max value from RGB is 181 - color contains mainly: green. Hex color #12B520 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B520 is #ED4ADF. Grayscale: #737373. Windows color (decimal): -15551200 or 2143506. OLE color: 2143506.

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

Color convert

RGB 18 181 32 -
CMYK 0.90 0 0.82 0.29
HSL 125.15º 0.82% 0.39% -
HSV(B) 125.15º 0.9% 0.71% -
XYZ 17.03 33.28 6.89 -
YUV 115.28 81 58.62 -
System Red Green Blue C M Y K H S L
Decimal 18 181 32 0.90 0 0.82 0.29 125.15 0.82 0.39
Hex 12 B5 20 5A 0 52 1D 7D 52 27
Octal 22 265 40 132 0 122 35 175 122 47
Binary 10010 10110101 100000 1011010 0 1010010 11101 1111101 1010010 100111

Color Harmonies of #12B520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B520

Black with #12B520

Text Example


Text Example

White with #12B520

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,181,32); }

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

background-color css

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

 a { background-color: rgb(18,181,32); }

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

border-color css

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

 span { border-color: rgb(18,181,32); }

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