Html Css Color HEX #12BF2C Dark Pastel Green

📋 copy color: '#12BF2C'

red 18 ◦ green 191 ◦ blue 44

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

Shades of Dark Pastel Green #12BF2C

Tints of Dark Pastel Green #12BF2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 17.39%

R = 7.11%
G = 75.49%
B = 17.39%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.77

 K value IS 0.25

RGB Variations

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

Color information

#12BF2C (or 0x12BF2C) is known color: Dark Pastel Green. HEX triplet: 12, BF and 2C. RGB value is (18,191,44). Sum of RGB (Red+Green+Blue) = 18+191+44=253 (33% of max value = 765). Red value is 18 (7.42% from 255 or 7.11% from 253); Green value is 191 (75% from 255 or 75.49% from 253); Blue value is 44 (17.58% from 255 or 17.39% from 253); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF2C is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF2C is #ED40D3. Grayscale: #7A7A7A. Windows color (decimal): -15548628 or 2932498. OLE color: 2932498.

HSL color Cylindrical-coordinate representation of color #12BF2C: hue angle of 129.02º 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 #12BF2C is Cyan = 0.91, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.25.

Color convert

RGB 18 191 44 -
CMYK 0.91 0 0.77 0.25
HSL 129.02º 0.83% 0.41% -
HSV(B) 129.02º 0.91% 0.75% -
XYZ 19.33 37.57 8.62 -
YUV 122.52 83.69 53.45 -
System Red Green Blue C M Y K H S L
Decimal 18 191 44 0.91 0 0.77 0.25 129.02 0.83 0.41
Hex 12 BF 2C 5B 0 4D 19 81 53 29
Octal 22 277 54 133 0 115 31 201 123 51
Binary 10010 10111111 101100 1011011 0 1001101 11001 10000001 1010011 101001

Color Harmonies of #12BF2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF2C

Black with #12BF2C

Text Example


Text Example

White with #12BF2C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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