Html Css Color HEX #14BF3E Dark Pastel Green

📋 copy color: '#14BF3E'

red 20 ◦ green 191 ◦ blue 62

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

Shades of Dark Pastel Green #14BF3E

Tints of Dark Pastel Green #14BF3E

RGB

 RED value IS 20 (8.2% from 255) = 7.33%

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

 BLUE value IS 62 (24.61% from 255) = 22.71%

R = 7.33%
G = 69.96%
B = 22.71%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.25

RGB Variations

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

Color information

#14BF3E (or 0x14BF3E) is known color: Dark Pastel Green. HEX triplet: 14, BF and 3E. RGB value is (20,191,62). Sum of RGB (Red+Green+Blue) = 20+191+62=273 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.33% from 273); Green value is 191 (75% from 255 or 69.96% from 273); Blue value is 62 (24.61% from 255 or 22.71% from 273); Max value from RGB is 191 - color contains mainly: green. Hex color #14BF3E is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14BF3E is #EB40C1. Grayscale: #7D7D7D. Windows color (decimal): -15417538 or 4112148. OLE color: 4112148.

HSL color Cylindrical-coordinate representation of color #14BF3E: hue angle of 134.74º degrees, saturation: 0.81, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #14BF3E is Cyan = 0.90, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 191 62 -
CMYK 0.90 0 0.68 0.25
HSL 134.74º 0.81% 0.41% -
HSV(B) 134.74º 0.9% 0.75% -
XYZ 19.79 37.76 10.8 -
YUV 125.17 92.35 52.99 -
System Red Green Blue C M Y K H S L
Decimal 20 191 62 0.90 0 0.68 0.25 134.74 0.81 0.41
Hex 14 BF 3E 5A 0 44 19 87 51 29
Octal 24 277 76 132 0 104 31 207 121 51
Binary 10100 10111111 111110 1011010 0 1000100 11001 10000111 1010001 101001

Color Harmonies of #14BF3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BF3E

Black with #14BF3E

Text Example


Text Example

White with #14BF3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #14BF3E; }

 p { color: rgb(20,191,62); }

 H1.HeaderClassName
 {
   color: #14BF3E;
 }
 .AnyTagClassName
 {
   color: #14BF3E;
 }
</style>

background-color css

<style>
 a { background-color: #14BF3E; }

 a { background-color: rgb(20,191,62); }

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

border-color css

<style>
 span { border-color: #14BF3E; }

 span { border-color: rgb(20,191,62); }

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