Html Css Color HEX #14C602 Islamic Green

📋 copy color: '#14C602'

red 20 ◦ green 198 ◦ blue 2

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

Shades of Islamic Green #14C602

Tints of Islamic Green #14C602

RGB

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

 GREEN value IS 198 (77.73% from 255) = 90%

 BLUE value IS 2 (1.17% from 255) = 0.91%

R = 9.09%
G = 90%
B = 0.91%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#14C602 (or 0x14C602) is known color: Islamic Green. HEX triplet: 14, C6 and 02. RGB value is (20,198,2). Sum of RGB (Red+Green+Blue) = 20+198+2=220 (29% of max value = 765). Red value is 20 (8.20% from 255 or 9.09% from 220); Green value is 198 (77.73% from 255 or 90% from 220); Blue value is 2 (1.17% from 255 or 0.91% from 220); Max value from RGB is 198 - color contains mainly: green. Hex color #14C602 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14C602 is #EB39FD. Grayscale: #7B7B7B. Windows color (decimal): -15415806 or 181780. OLE color: 181780.

HSL color Cylindrical-coordinate representation of color #14C602: hue angle of 114.49º degrees, saturation: 0.98, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14C602 is Cyan = 0.90, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.22.

Color convert

RGB 20 198 2 -
CMYK 0.90 0 0.99 0.22
HSL 114.49º 0.98% 0.39% -
HSV(B) 114.49º 0.99% 0.78% -
XYZ 20.49 40.54 6.8 -
YUV 122.43 60.03 54.94 -
System Red Green Blue C M Y K H S L
Decimal 20 198 2 0.90 0 0.99 0.22 114.49 0.98 0.39
Hex 14 C6 2 5A 0 63 16 72 62 27
Octal 24 306 2 132 0 143 26 162 142 47
Binary 10100 11000110 10 1011010 0 1100011 10110 1110010 1100010 100111

Color Harmonies of #14C602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14C602

Black with #14C602

Text Example


Text Example

White with #14C602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,198,2); }

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

background-color css

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

 a { background-color: rgb(20,198,2); }

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

border-color css

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

 span { border-color: rgb(20,198,2); }

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