Html Css Color HEX #14BD09 Islamic Green

📋 copy color: '#14BD09'

red 20 ◦ green 189 ◦ blue 9

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

Shades of Islamic Green #14BD09

Tints of Islamic Green #14BD09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.13%

R = 9.17%
G = 86.7%
B = 4.13%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.95

 K value IS 0.26

RGB Variations

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

Color information

#14BD09 (or 0x14BD09) is known color: Islamic Green. HEX triplet: 14, BD and 09. RGB value is (20,189,9). Sum of RGB (Red+Green+Blue) = 20+189+9=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 189 (74.22% from 255 or 86.70% from 218); Blue value is 9 (3.91% from 255 or 4.13% from 218); Max value from RGB is 189 - color contains mainly: green. Hex color #14BD09 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14BD09 is #EB42F6. Grayscale: #767676. Windows color (decimal): -15418103 or 638228. OLE color: 638228.

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

Color convert

RGB 20 189 9 -
CMYK 0.89 0 0.95 0.26
HSL 116.33º 0.91% 0.39% -
HSV(B) 116.33º 0.95% 0.74% -
XYZ 18.54 36.56 6.34 -
YUV 117.95 66.51 58.14 -
System Red Green Blue C M Y K H S L
Decimal 20 189 9 0.89 0 0.95 0.26 116.33 0.91 0.39
Hex 14 BD 9 59 0 5F 1A 74 5B 27
Octal 24 275 11 131 0 137 32 164 133 47
Binary 10100 10111101 1001 1011001 0 1011111 11010 1110100 1011011 100111

Color Harmonies of #14BD09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14BD09

Black with #14BD09

Text Example


Text Example

White with #14BD09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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