Html Css Color HEX #12BF32 Dark Pastel Green

📋 copy color: '#12BF32'

red 18 ◦ green 191 ◦ blue 50

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

Shades of Dark Pastel Green #12BF32

Tints of Dark Pastel Green #12BF32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 19.31%

R = 6.95%
G = 73.75%
B = 19.31%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.74

 K value IS 0.25

RGB Variations

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

Color information

#12BF32 (or 0x12BF32) is known color: Dark Pastel Green. HEX triplet: 12, BF and 32. RGB value is (18,191,50). Sum of RGB (Red+Green+Blue) = 18+191+50=259 (34% of max value = 765). Red value is 18 (7.42% from 255 or 6.95% from 259); Green value is 191 (75% from 255 or 73.75% from 259); Blue value is 50 (19.92% from 255 or 19.31% from 259); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF32 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF32 is #ED40CD. Grayscale: #7B7B7B. Windows color (decimal): -15548622 or 3325714. OLE color: 3325714.

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

Color convert

RGB 18 191 50 -
CMYK 0.91 0 0.74 0.25
HSL 131.1º 0.83% 0.41% -
HSV(B) 131.1º 0.91% 0.75% -
XYZ 19.46 37.62 9.25 -
YUV 123.2 86.69 52.96 -
System Red Green Blue C M Y K H S L
Decimal 18 191 50 0.91 0 0.74 0.25 131.1 0.83 0.41
Hex 12 BF 32 5B 0 4A 19 83 53 29
Octal 22 277 62 133 0 112 31 203 123 51
Binary 10010 10111111 110010 1011011 0 1001010 11001 10000011 1010011 101001

Color Harmonies of #12BF32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF32

Black with #12BF32

Text Example


Text Example

White with #12BF32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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