Html Css Color HEX #14C005 Islamic Green

📋 copy color: '#14C005'

red 20 ◦ green 192 ◦ blue 5

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

Shades of Islamic Green #14C005

Tints of Islamic Green #14C005

RGB

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

 GREEN value IS 192 (75.39% from 255) = 88.48%

 BLUE value IS 5 (2.34% from 255) = 2.3%

R = 9.22%
G = 88.48%
B = 2.3%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.97

 K value IS 0.25

RGB Variations

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

Color information

#14C005 (or 0x14C005) is known color: Islamic Green. HEX triplet: 14, C0 and 05. RGB value is (20,192,5). Sum of RGB (Red+Green+Blue) = 20+192+5=217 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.22% from 217); Green value is 192 (75.39% from 255 or 88.48% from 217); Blue value is 5 (2.34% from 255 or 2.30% from 217); Max value from RGB is 192 - color contains mainly: green. Hex color #14C005 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C005 is #EB3FFA. Grayscale: #777777. Windows color (decimal): -15417339 or 376852. OLE color: 376852.

HSL color Cylindrical-coordinate representation of color #14C005: hue angle of 115.19º degrees, saturation: 0.95, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14C005 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 192 5 -
CMYK 0.90 0 0.97 0.25
HSL 115.19º 0.95% 0.39% -
HSV(B) 115.19º 0.97% 0.75% -
XYZ 19.17 37.86 6.44 -
YUV 119.25 63.52 57.21 -
System Red Green Blue C M Y K H S L
Decimal 20 192 5 0.90 0 0.97 0.25 115.19 0.95 0.39
Hex 14 C0 5 5A 0 61 19 73 5F 27
Octal 24 300 5 132 0 141 31 163 137 47
Binary 10100 11000000 101 1011010 0 1100001 11001 1110011 1011111 100111

Color Harmonies of #14C005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C005

Black with #14C005

Text Example


Text Example

White with #14C005

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,192,5); }

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

background-color css

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

 a { background-color: rgb(20,192,5); }

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

border-color css

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

 span { border-color: rgb(20,192,5); }

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