Html Css Color HEX #14C006 Islamic Green

📋 copy color: '#14C006'

red 20 ◦ green 192 ◦ blue 6

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

Shades of Islamic Green #14C006

Tints of Islamic Green #14C006

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.75%

R = 9.17%
G = 88.07%
B = 2.75%

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

#14C006 (or 0x14C006) is known color: Islamic Green. HEX triplet: 14, C0 and 06. RGB value is (20,192,6). Sum of RGB (Red+Green+Blue) = 20+192+6=218 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.17% from 218); Green value is 192 (75.39% from 255 or 88.07% from 218); Blue value is 6 (2.73% from 255 or 2.75% from 218); Max value from RGB is 192 - color contains mainly: green. Hex color #14C006 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C006 is #EB3FF9. Grayscale: #777777. Windows color (decimal): -15417338 or 442388. OLE color: 442388.

HSL color Cylindrical-coordinate representation of color #14C006: hue angle of 115.48º degrees, saturation: 0.94, 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 #14C006 is Cyan = 0.90, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.25.

Color convert

RGB 20 192 6 -
CMYK 0.90 0 0.97 0.25
HSL 115.48º 0.94% 0.39% -
HSV(B) 115.48º 0.97% 0.75% -
XYZ 19.17 37.86 6.47 -
YUV 119.37 64.02 57.12 -
System Red Green Blue C M Y K H S L
Decimal 20 192 6 0.90 0 0.97 0.25 115.48 0.94 0.39
Hex 14 C0 6 5A 0 61 19 73 5E 27
Octal 24 300 6 132 0 141 31 163 136 47
Binary 10100 11000000 110 1011010 0 1100001 11001 1110011 1011110 100111

Color Harmonies of #14C006

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C006

Black with #14C006

Text Example


Text Example

White with #14C006

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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