Html Css Color HEX #12BF49 Dark Pastel Green

📋 copy color: '#12BF49'

red 18 ◦ green 191 ◦ blue 73

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

Shades of Dark Pastel Green #12BF49

Tints of Dark Pastel Green #12BF49

RGB

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

 GREEN value IS 191 (75% from 255) = 67.73%

 BLUE value IS 73 (28.91% from 255) = 25.89%

R = 6.38%
G = 67.73%
B = 25.89%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.62

 K value IS 0.25

RGB Variations

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

Color information

#12BF49 (or 0x12BF49) is known color: Dark Pastel Green. HEX triplet: 12, BF and 49. RGB value is (18,191,73). Sum of RGB (Red+Green+Blue) = 18+191+73=282 (37% of max value = 765). Red value is 18 (7.42% from 255 or 6.38% from 282); Green value is 191 (75% from 255 or 67.73% from 282); Blue value is 73 (28.91% from 255 or 25.89% from 282); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF49 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF49 is #ED40B6. Grayscale: #7E7E7E. Windows color (decimal): -15548599 or 4833042. OLE color: 4833042.

HSL color Cylindrical-coordinate representation of color #12BF49: hue angle of 139.08º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #12BF49 is Cyan = 0.91, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 191 73 -
CMYK 0.91 0 0.62 0.25
HSL 139.08º 0.83% 0.41% -
HSV(B) 139.08º 0.91% 0.75% -
XYZ 20.08 37.87 12.55 -
YUV 125.82 98.19 51.09 -
System Red Green Blue C M Y K H S L
Decimal 18 191 73 0.91 0 0.62 0.25 139.08 0.83 0.41
Hex 12 BF 49 5B 0 3E 19 8B 53 29
Octal 22 277 111 133 0 76 31 213 123 51
Binary 10010 10111111 1001001 1011011 0 111110 11001 10001011 1010011 101001

Color Harmonies of #12BF49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF49

Black with #12BF49

Text Example


Text Example

White with #12BF49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(18,191,73); }

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

background-color css

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

 a { background-color: rgb(18,191,73); }

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

border-color css

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

 span { border-color: rgb(18,191,73); }

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