Html Css Color HEX #14B266 Jade

📋 copy color: '#14B266'

red 20 ◦ green 178 ◦ blue 102

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

Shades of Jade #14B266

Tints of Jade #14B266

RGB

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

 GREEN value IS 178 (69.92% from 255) = 59.33%

 BLUE value IS 102 (40.23% from 255) = 34%

R = 6.67%
G = 59.33%
B = 34%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.43

 K value IS 0.30

RGB Variations

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

Color information

#14B266 (or 0x14B266) is known color: Jade. HEX triplet: 14, B2 and 66. RGB value is (20,178,102). Sum of RGB (Red+Green+Blue) = 20+178+102=300 (39% of max value = 765). Red value is 20 (8.20% from 255 or 6.67% from 300); Green value is 178 (69.92% from 255 or 59.33% from 300); Blue value is 102 (40.23% from 255 or 34% from 300); Max value from RGB is 178 - color contains mainly: green. Hex color #14B266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #14B266 is #EB4D99. Grayscale: #7A7A7A. Windows color (decimal): -15420826 or 6730260. OLE color: 6730260.

HSL color Cylindrical-coordinate representation of color #14B266: hue angle of 151.14º 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 #14B266 is Cyan = 0.89, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 178 102 -
CMYK 0.89 0 0.43 0.30
HSL 151.14º 0.8% 0.39% -
HSV(B) 151.14º 0.89% 0.7% -
XYZ 18.61 32.95 17.95 -
YUV 122.09 116.65 55.18 -
System Red Green Blue C M Y K H S L
Decimal 20 178 102 0.89 0 0.43 0.30 151.14 0.8 0.39
Hex 14 B2 66 59 0 2B 1E 97 50 27
Octal 24 262 146 131 0 53 36 227 120 47
Binary 10100 10110010 1100110 1011001 0 101011 11110 10010111 1010000 100111

Color Harmonies of #14B266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B266

Black with #14B266

Text Example


Text Example

White with #14B266

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,178,102); }

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

background-color css

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

 a { background-color: rgb(20,178,102); }

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

border-color css

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

 span { border-color: rgb(20,178,102); }

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