Html Css Color HEX #12BA4F Dark Pastel Green

📋 copy color: '#12BA4F'

red 18 ◦ green 186 ◦ blue 79

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

Shades of Dark Pastel Green #12BA4F

Tints of Dark Pastel Green #12BA4F

RGB

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

 GREEN value IS 186 (73.05% from 255) = 65.72%

 BLUE value IS 79 (31.25% from 255) = 27.92%

R = 6.36%
G = 65.72%
B = 27.92%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.58

 K value IS 0.27

RGB Variations

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

Color information

#12BA4F (or 0x12BA4F) is known color: Dark Pastel Green. HEX triplet: 12, BA and 4F. RGB value is (18,186,79). Sum of RGB (Red+Green+Blue) = 18+186+79=283 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.36% from 283); Green value is 186 (73.05% from 255 or 65.72% from 283); Blue value is 79 (31.25% from 255 or 27.92% from 283); Max value from RGB is 186 - color contains mainly: green. Hex color #12BA4F is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BA4F is #ED45B0. Grayscale: #7B7B7B. Windows color (decimal): -15549873 or 5224978. OLE color: 5224978.

HSL color Cylindrical-coordinate representation of color #12BA4F: hue angle of 141.79º 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 #12BA4F is Cyan = 0.90, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.27.

Color convert

RGB 18 186 79 -
CMYK 0.90 0 0.58 0.27
HSL 141.79º 0.82% 0.4% -
HSV(B) 141.79º 0.9% 0.73% -
XYZ 19.22 35.81 13.3 -
YUV 123.57 102.84 52.7 -
System Red Green Blue C M Y K H S L
Decimal 18 186 79 0.90 0 0.58 0.27 141.79 0.82 0.4
Hex 12 BA 4F 5A 0 3A 1B 8E 52 28
Octal 22 272 117 132 0 72 33 216 122 50
Binary 10010 10111010 1001111 1011010 0 111010 11011 10001110 1010010 101000

Color Harmonies of #12BA4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BA4F

Black with #12BA4F

Text Example


Text Example

White with #12BA4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,186,79); }

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

background-color css

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

 a { background-color: rgb(18,186,79); }

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

border-color css

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

 span { border-color: rgb(18,186,79); }

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