Html Css Color HEX #14A602 Islamic Green

📋 copy color: '#14A602'

red 20 ◦ green 166 ◦ blue 2

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

Shades of Islamic Green #14A602

Tints of Islamic Green #14A602

RGB

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

 GREEN value IS 166 (65.23% from 255) = 88.3%

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

R = 10.64%
G = 88.3%
B = 1.06%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.99

 K value IS 0.35

RGB Variations

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

Color information

#14A602 (or 0x14A602) is known color: Islamic Green. HEX triplet: 14, A6 and 02. RGB value is (20,166,2). Sum of RGB (Red+Green+Blue) = 20+166+2=188 (24% of max value = 765). Red value is 20 (8.20% from 255 or 10.64% from 188); Green value is 166 (65.23% from 255 or 88.30% from 188); Blue value is 2 (1.17% from 255 or 1.06% from 188); Max value from RGB is 166 - color contains mainly: green. Hex color #14A602 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14A602 is #EB59FD. Grayscale: #686868. Windows color (decimal): -15423998 or 173588. OLE color: 173588.

HSL color Cylindrical-coordinate representation of color #14A602: hue angle of 113.41º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14A602 is Cyan = 0.88, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB 20 166 2 -
CMYK 0.88 0 0.99 0.35
HSL 113.41º 0.98% 0.33% -
HSV(B) 113.41º 0.99% 0.65% -
XYZ 13.94 27.43 4.62 -
YUV 103.65 70.63 68.34 -
System Red Green Blue C M Y K H S L
Decimal 20 166 2 0.88 0 0.99 0.35 113.41 0.98 0.33
Hex 14 A6 2 58 0 63 23 71 62 21
Octal 24 246 2 130 0 143 43 161 142 41
Binary 10100 10100110 10 1011000 0 1100011 100011 1110001 1100010 100001

Color Harmonies of #14A602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14A602

Black with #14A602

Text Example


Text Example

White with #14A602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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