Html Css Color HEX #12BD4E Dark Pastel Green

📋 copy color: '#12BD4E'

red 18 ◦ green 189 ◦ blue 78

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

Shades of Dark Pastel Green #12BD4E

Tints of Dark Pastel Green #12BD4E

RGB

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

 GREEN value IS 189 (74.22% from 255) = 66.32%

 BLUE value IS 78 (30.86% from 255) = 27.37%

R = 6.32%
G = 66.32%
B = 27.37%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.59

 K value IS 0.26

RGB Variations

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

Color information

#12BD4E (or 0x12BD4E) is known color: Dark Pastel Green. HEX triplet: 12, BD and 4E. RGB value is (18,189,78). Sum of RGB (Red+Green+Blue) = 18+189+78=285 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.32% from 285); Green value is 189 (74.22% from 255 or 66.32% from 285); Blue value is 78 (30.86% from 255 or 27.37% from 285); Max value from RGB is 189 - color contains mainly: green. Hex color #12BD4E is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #12BD4E is #ED42B1. Grayscale: #7D7D7D. Windows color (decimal): -15549106 or 5160210. OLE color: 5160210.

HSL color Cylindrical-coordinate representation of color #12BD4E: hue angle of 141.05º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #12BD4E is Cyan = 0.90, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.26.

Color convert

RGB 18 189 78 -
CMYK 0.90 0 0.59 0.26
HSL 141.05º 0.83% 0.41% -
HSV(B) 141.05º 0.9% 0.74% -
XYZ 19.82 37.07 13.32 -
YUV 125.22 101.35 51.53 -
System Red Green Blue C M Y K H S L
Decimal 18 189 78 0.90 0 0.59 0.26 141.05 0.83 0.41
Hex 12 BD 4E 5A 0 3B 1A 8D 53 29
Octal 22 275 116 132 0 73 32 215 123 51
Binary 10010 10111101 1001110 1011010 0 111011 11010 10001101 1010011 101001

Color Harmonies of #12BD4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BD4E

Black with #12BD4E

Text Example


Text Example

White with #12BD4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,189,78); }

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

background-color css

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

 a { background-color: rgb(18,189,78); }

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

border-color css

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

 span { border-color: rgb(18,189,78); }

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