Html Css Color HEX #12BF43 Dark Pastel Green

📋 copy color: '#12BF43'

red 18 ◦ green 191 ◦ blue 67

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

Shades of Dark Pastel Green #12BF43

Tints of Dark Pastel Green #12BF43

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 24.28%

R = 6.52%
G = 69.2%
B = 24.28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.65

 K value IS 0.25

RGB Variations

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

Color information

#12BF43 (or 0x12BF43) is known color: Dark Pastel Green. HEX triplet: 12, BF and 43. RGB value is (18,191,67). Sum of RGB (Red+Green+Blue) = 18+191+67=276 (36% of max value = 765). Red value is 18 (7.42% from 255 or 6.52% from 276); Green value is 191 (75% from 255 or 69.20% from 276); Blue value is 67 (26.56% from 255 or 24.28% from 276); Max value from RGB is 191 - color contains mainly: green. Hex color #12BF43 is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #12BF43 is #ED40BC. Grayscale: #7D7D7D. Windows color (decimal): -15548605 or 4439826. OLE color: 4439826.

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

Color convert

RGB 18 191 67 -
CMYK 0.91 0 0.65 0.25
HSL 136.99º 0.83% 0.41% -
HSV(B) 136.99º 0.91% 0.75% -
XYZ 19.89 37.8 11.56 -
YUV 125.14 95.19 51.58 -
System Red Green Blue C M Y K H S L
Decimal 18 191 67 0.91 0 0.65 0.25 136.99 0.83 0.41
Hex 12 BF 43 5B 0 41 19 89 53 29
Octal 22 277 103 133 0 101 31 211 123 51
Binary 10010 10111111 1000011 1011011 0 1000001 11001 10001001 1010011 101001

Color Harmonies of #12BF43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12BF43

Black with #12BF43

Text Example


Text Example

White with #12BF43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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