Html Css Color HEX #14C33F Dark Pastel Green

📋 copy color: '#14C33F'

red 20 ◦ green 195 ◦ blue 63

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

Shades of Dark Pastel Green #14C33F

Tints of Dark Pastel Green #14C33F

RGB

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

 GREEN value IS 195 (76.56% from 255) = 70.14%

 BLUE value IS 63 (25% from 255) = 22.66%

R = 7.19%
G = 70.14%
B = 22.66%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.68

 K value IS 0.24

RGB Variations

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

Color information

#14C33F (or 0x14C33F) is known color: Dark Pastel Green. HEX triplet: 14, C3 and 3F. RGB value is (20,195,63). Sum of RGB (Red+Green+Blue) = 20+195+63=278 (36% of max value = 765). Red value is 20 (8.20% from 255 or 7.19% from 278); Green value is 195 (76.56% from 255 or 70.14% from 278); Blue value is 63 (25% from 255 or 22.66% from 278); Max value from RGB is 195 - color contains mainly: green. Hex color #14C33F is not a web safe color. Web safe color analog (approx): #00CC33. Inversed color of #14C33F is #EB3CC0. Grayscale: #7F7F7F. Windows color (decimal): -15416513 or 4178708. OLE color: 4178708.

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

Color convert

RGB 20 195 63 -
CMYK 0.90 0 0.68 0.24
HSL 134.74º 0.81% 0.42% -
HSV(B) 134.74º 0.9% 0.76% -
XYZ 20.7 39.54 11.24 -
YUV 127.63 91.52 51.23 -
System Red Green Blue C M Y K H S L
Decimal 20 195 63 0.90 0 0.68 0.24 134.74 0.81 0.42
Hex 14 C3 3F 5A 0 44 18 87 51 2A
Octal 24 303 77 132 0 104 30 207 121 52
Binary 10100 11000011 111111 1011010 0 1000100 11000 10000111 1010001 101010

Color Harmonies of #14C33F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C33F

Black with #14C33F

Text Example


Text Example

White with #14C33F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,195,63); }

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

background-color css

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

 a { background-color: rgb(20,195,63); }

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

border-color css

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

 span { border-color: rgb(20,195,63); }

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