Html Css Color HEX #14B362 Jade

📋 copy color: '#14B362'

red 20 ◦ green 179 ◦ blue 98

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

Shades of Jade #14B362

Tints of Jade #14B362

RGB

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

 GREEN value IS 179 (70.31% from 255) = 60.27%

 BLUE value IS 98 (38.67% from 255) = 33%

R = 6.73%
G = 60.27%
B = 33%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.45

 K value IS 0.30

RGB Variations

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

Color information

#14B362 (or 0x14B362) is known color: Jade. HEX triplet: 14, B3 and 62. RGB value is (20,179,98). Sum of RGB (Red+Green+Blue) = 20+179+98=297 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.73% from 297); Green value is 179 (70.31% from 255 or 60.27% from 297); Blue value is 98 (38.67% from 255 or 33.00% from 297); Max value from RGB is 179 - color contains mainly: green. Hex color #14B362 is not a web safe color. Web safe color analog (approx): #00CC66. Inversed color of #14B362 is #EB4C9D. Grayscale: #7A7A7A. Windows color (decimal): -15420574 or 6468372. OLE color: 6468372.

HSL color Cylindrical-coordinate representation of color #14B362: hue angle of 149.43º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B362 is Cyan = 0.89, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 179 98 -
CMYK 0.89 0 0.45 0.30
HSL 149.43º 0.8% 0.39% -
HSV(B) 149.43º 0.89% 0.7% -
XYZ 18.61 33.27 17 -
YUV 122.23 114.32 55.09 -
System Red Green Blue C M Y K H S L
Decimal 20 179 98 0.89 0 0.45 0.30 149.43 0.8 0.39
Hex 14 B3 62 59 0 2D 1E 95 50 27
Octal 24 263 142 131 0 55 36 225 120 47
Binary 10100 10110011 1100010 1011001 0 101101 11110 10010101 1010000 100111

Color Harmonies of #14B362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B362

Black with #14B362

Text Example


Text Example

White with #14B362

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,179,98); }

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

background-color css

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

 a { background-color: rgb(20,179,98); }

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

border-color css

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

 span { border-color: rgb(20,179,98); }

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