Html Css Color HEX #14C209 Islamic Green

📋 copy color: '#14C209'

red 20 ◦ green 194 ◦ blue 9

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

Shades of Islamic Green #14C209

Tints of Islamic Green #14C209

RGB

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

 GREEN value IS 194 (76.17% from 255) = 87%

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

R = 8.97%
G = 87%
B = 4.04%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.95

 K value IS 0.24

RGB Variations

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

Color information

#14C209 (or 0x14C209) is known color: Islamic Green. HEX triplet: 14, C2 and 09. RGB value is (20,194,9). Sum of RGB (Red+Green+Blue) = 20+194+9=223 (29% of max value = 765). Red value is 20 (8.20% from 255 or 8.97% from 223); Green value is 194 (76.17% from 255 or 87.00% from 223); Blue value is 9 (3.91% from 255 or 4.04% from 223); Max value from RGB is 194 - color contains mainly: green. Hex color #14C209 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C209 is #EB3DF6. Grayscale: #797979. Windows color (decimal): -15416823 or 639508. OLE color: 639508.

HSL color Cylindrical-coordinate representation of color #14C209: hue angle of 116.43º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #14C209 is Cyan = 0.90, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.24.

Color convert

RGB 20 194 9 -
CMYK 0.90 0 0.95 0.24
HSL 116.43º 0.91% 0.4% -
HSV(B) 116.43º 0.95% 0.76% -
XYZ 19.63 38.75 6.7 -
YUV 120.88 64.85 56.04 -
System Red Green Blue C M Y K H S L
Decimal 20 194 9 0.90 0 0.95 0.24 116.43 0.91 0.4
Hex 14 C2 9 5A 0 5F 18 74 5B 28
Octal 24 302 11 132 0 137 30 164 133 50
Binary 10100 11000010 1001 1011010 0 1011111 11000 1110100 1011011 101000

Color Harmonies of #14C209

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C209

Black with #14C209

Text Example


Text Example

White with #14C209

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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