Html Css Color HEX #14B015 Islamic Green

📋 copy color: '#14B015'

red 20 ◦ green 176 ◦ blue 21

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

Shades of Islamic Green #14B015

Tints of Islamic Green #14B015

RGB

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

 GREEN value IS 176 (69.14% from 255) = 81.11%

 BLUE value IS 21 (8.59% from 255) = 9.68%

R = 9.22%
G = 81.11%
B = 9.68%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.88

 K value IS 0.31

RGB Variations

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

Color information

#14B015 (or 0x14B015) is known color: Islamic Green. HEX triplet: 14, B0 and 15. RGB value is (20,176,21). Sum of RGB (Red+Green+Blue) = 20+176+21=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 176 (69.14% from 255 or 81.11% from 217); Blue value is 21 (8.59% from 255 or 9.68% from 217); Max value from RGB is 176 - color contains mainly: green. Hex color #14B015 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B015 is #EB4FEA. Grayscale: #707070. Windows color (decimal): -15421419 or 1421332. OLE color: 1421332.

HSL color Cylindrical-coordinate representation of color #14B015: hue angle of 120.38º degrees, saturation: 0.8, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #14B015 is Cyan = 0.89, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 176 21 -
CMYK 0.89 0 0.88 0.31
HSL 120.38º 0.8% 0.38% -
HSV(B) 120.38º 0.89% 0.69% -
XYZ 15.95 31.25 5.9 -
YUV 111.69 76.82 62.6 -
System Red Green Blue C M Y K H S L
Decimal 20 176 21 0.89 0 0.88 0.31 120.38 0.8 0.38
Hex 14 B0 15 59 0 58 1F 78 50 26
Octal 24 260 25 131 0 130 37 170 120 46
Binary 10100 10110000 10101 1011001 0 1011000 11111 1111000 1010000 100110

Color Harmonies of #14B015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B015

Black with #14B015

Text Example


Text Example

White with #14B015

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,21); }

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

background-color css

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

 a { background-color: rgb(20,176,21); }

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

border-color css

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

 span { border-color: rgb(20,176,21); }

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