Html Css Color HEX #14B607 Islamic Green

📋 copy color: '#14B607'

red 20 ◦ green 182 ◦ blue 7

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

Shades of Islamic Green #14B607

Tints of Islamic Green #14B607

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.35%

R = 9.57%
G = 87.08%
B = 3.35%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.96

 K value IS 0.29

RGB Variations

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

Color information

#14B607 (or 0x14B607) is known color: Islamic Green. HEX triplet: 14, B6 and 07. RGB value is (20,182,7). Sum of RGB (Red+Green+Blue) = 20+182+7=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 182 (71.48% from 255 or 87.08% from 209); Blue value is 7 (3.12% from 255 or 3.35% from 209); Max value from RGB is 182 - color contains mainly: green. Hex color #14B607 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B607 is #EB49F8. Grayscale: #727272. Windows color (decimal): -15419897 or 505364. OLE color: 505364.

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

Color convert

RGB 20 182 7 -
CMYK 0.89 0 0.96 0.29
HSL 115.54º 0.93% 0.37% -
HSV(B) 115.54º 0.96% 0.71% -
XYZ 17.05 33.62 5.79 -
YUV 113.61 67.83 61.23 -
System Red Green Blue C M Y K H S L
Decimal 20 182 7 0.89 0 0.96 0.29 115.54 0.93 0.37
Hex 14 B6 7 59 0 60 1D 74 5D 25
Octal 24 266 7 131 0 140 35 164 135 45
Binary 10100 10110110 111 1011001 0 1100000 11101 1110100 1011101 100101

Color Harmonies of #14B607

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B607

Black with #14B607

Text Example


Text Example

White with #14B607

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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