Html Css Color HEX #14B602 Islamic Green

📋 copy color: '#14B602'

red 20 ◦ green 182 ◦ blue 2

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

Shades of Islamic Green #14B602

Tints of Islamic Green #14B602

RGB

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

 GREEN value IS 182 (71.48% from 255) = 89.22%

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

R = 9.8%
G = 89.22%
B = 0.98%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.29

RGB Variations

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

Color information

#14B602 (or 0x14B602) is known color: Islamic Green. HEX triplet: 14, B6 and 02. RGB value is (20,182,2). Sum of RGB (Red+Green+Blue) = 20+182+2=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 182 (71.48% from 255 or 89.22% from 204); Blue value is 2 (1.17% from 255 or 0.98% from 204); Max value from RGB is 182 - color contains mainly: green. Hex color #14B602 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B602 is #EB49FD. Grayscale: #717171. Windows color (decimal): -15419902 or 177684. OLE color: 177684.

HSL color Cylindrical-coordinate representation of color #14B602: hue angle of 114º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #14B602 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.29.

Color convert

RGB 20 182 2 -
CMYK 0.89 0 0.99 0.29
HSL 114º 0.98% 0.36% -
HSV(B) 114º 0.99% 0.71% -
XYZ 17.03 33.61 5.65 -
YUV 113.04 65.33 61.64 -
System Red Green Blue C M Y K H S L
Decimal 20 182 2 0.89 0 0.99 0.29 114 0.98 0.36
Hex 14 B6 2 59 0 63 1D 72 62 24
Octal 24 266 2 131 0 143 35 162 142 44
Binary 10100 10110110 10 1011001 0 1100011 11101 1110010 1100010 100100

Color Harmonies of #14B602

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B602

Black with #14B602

Text Example


Text Example

White with #14B602

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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