Html Css Color HEX #12B84D Dark Pastel Green

📋 copy color: '#12B84D'

red 18 ◦ green 184 ◦ blue 77

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

Shades of Dark Pastel Green #12B84D

Tints of Dark Pastel Green #12B84D

RGB

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

 GREEN value IS 184 (72.27% from 255) = 65.95%

 BLUE value IS 77 (30.47% from 255) = 27.6%

R = 6.45%
G = 65.95%
B = 27.6%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#12B84D (or 0x12B84D) is known color: Dark Pastel Green. HEX triplet: 12, B8 and 4D. RGB value is (18,184,77). Sum of RGB (Red+Green+Blue) = 18+184+77=279 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.45% from 279); Green value is 184 (72.27% from 255 or 65.95% from 279); Blue value is 77 (30.47% from 255 or 27.60% from 279); Max value from RGB is 184 - color contains mainly: green. Hex color #12B84D is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12B84D is #ED47B2. Grayscale: #7A7A7A. Windows color (decimal): -15550387 or 5093394. OLE color: 5093394.

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

Color convert

RGB 18 184 77 -
CMYK 0.90 0 0.58 0.28
HSL 141.33º 0.82% 0.4% -
HSV(B) 141.33º 0.9% 0.72% -
XYZ 18.73 34.95 12.78 -
YUV 122.17 102.5 53.7 -
System Red Green Blue C M Y K H S L
Decimal 18 184 77 0.90 0 0.58 0.28 141.33 0.82 0.4
Hex 12 B8 4D 5A 0 3A 1C 8D 52 28
Octal 22 270 115 132 0 72 34 215 122 50
Binary 10010 10111000 1001101 1011010 0 111010 11100 10001101 1010010 101000

Color Harmonies of #12B84D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12B84D

Black with #12B84D

Text Example


Text Example

White with #12B84D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,184,77); }

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

background-color css

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

 a { background-color: rgb(18,184,77); }

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

border-color css

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

 span { border-color: rgb(18,184,77); }

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