Html Css Color HEX #14BD10 Islamic Green

📋 copy color: '#14BD10'

red 20 ◦ green 189 ◦ blue 16

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

Shades of Islamic Green #14BD10

Tints of Islamic Green #14BD10

RGB

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

 GREEN value IS 189 (74.22% from 255) = 84%

 BLUE value IS 16 (6.64% from 255) = 7.11%

R = 8.89%
G = 84%
B = 7.11%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.92

 K value IS 0.26

RGB Variations

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

Color information

#14BD10 (or 0x14BD10) is known color: Islamic Green. HEX triplet: 14, BD and 10. RGB value is (20,189,16). Sum of RGB (Red+Green+Blue) = 20+189+16=225 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.89% from 225); Green value is 189 (74.22% from 255 or 84% from 225); Blue value is 16 (6.64% from 255 or 7.11% from 225); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD10 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BD10 is #EB42EF. Grayscale: #777777. Windows color (decimal): -15418096 or 1096980. OLE color: 1096980.

HSL color Cylindrical-coordinate representation of color #14BD10: hue angle of 118.61º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #14BD10 is Cyan = 0.89, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.26.

Color convert

RGB 20 189 16 -
CMYK 0.89 0 0.92 0.26
HSL 118.61º 0.84% 0.4% -
HSV(B) 118.61º 0.92% 0.74% -
XYZ 18.58 36.58 6.57 -
YUV 118.75 70.01 57.57 -
System Red Green Blue C M Y K H S L
Decimal 20 189 16 0.89 0 0.92 0.26 118.61 0.84 0.4
Hex 14 BD 10 59 0 5C 1A 77 54 28
Octal 24 275 20 131 0 134 32 167 124 50
Binary 10100 10111101 10000 1011001 0 1011100 11010 1110111 1010100 101000

Color Harmonies of #14BD10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BD10

Black with #14BD10

Text Example


Text Example

White with #14BD10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,189,16); }

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

background-color css

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

 a { background-color: rgb(20,189,16); }

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

border-color css

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

 span { border-color: rgb(20,189,16); }

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