Html Css Color HEX #12B720 Dark Pastel Green

📋 copy color: '#12B720'

red 18 ◦ green 183 ◦ blue 32

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

Shades of Dark Pastel Green #12B720

Tints of Dark Pastel Green #12B720

RGB

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

 GREEN value IS 183 (71.88% from 255) = 78.54%

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

R = 7.73%
G = 78.54%
B = 13.73%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.83

 K value IS 0.28

RGB Variations

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

Color information

#12B720 (or 0x12B720) is known color: Dark Pastel Green. HEX triplet: 12, B7 and 20. RGB value is (18,183,32). Sum of RGB (Red+Green+Blue) = 18+183+32=233 (30% of max value = 765). Red value is 18 (7.42% from 255 or 7.73% from 233); Green value is 183 (71.88% from 255 or 78.54% from 233); Blue value is 32 (12.89% from 255 or 13.73% from 233); Max value from RGB is 183 - color contains mainly: green. Hex color #12B720 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12B720 is #ED48DF. Grayscale: #747474. Windows color (decimal): -15550688 or 2144018. OLE color: 2144018.

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

Color convert

RGB 18 183 32 -
CMYK 0.90 0 0.83 0.28
HSL 125.09º 0.82% 0.39% -
HSV(B) 125.09º 0.9% 0.72% -
XYZ 17.44 34.1 7.03 -
YUV 116.45 80.34 57.78 -
System Red Green Blue C M Y K H S L
Decimal 18 183 32 0.90 0 0.83 0.28 125.09 0.82 0.39
Hex 12 B7 20 5A 0 53 1C 7D 52 27
Octal 22 267 40 132 0 123 34 175 122 47
Binary 10010 10110111 100000 1011010 0 1010011 11100 1111101 1010010 100111

Color Harmonies of #12B720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B720

Black with #12B720

Text Example


Text Example

White with #12B720

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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