Html Css Color HEX #14B701 Islamic Green

📋 copy color: '#14B701'

red 20 ◦ green 183 ◦ blue 1

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

Shades of Islamic Green #14B701

Tints of Islamic Green #14B701

RGB

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

 GREEN value IS 183 (71.88% from 255) = 89.71%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 9.8%
G = 89.71%
B = 0.49%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.28

RGB Variations

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

Color information

#14B701 (or 0x14B701) is known color: Islamic Green. HEX triplet: 14, B7 and 01. RGB value is (20,183,1). Sum of RGB (Red+Green+Blue) = 20+183+1=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 183 (71.88% from 255 or 89.71% from 204); Blue value is 1 (0.78% from 255 or 0.49% from 204); Max value from RGB is 183 - color contains mainly: green. Hex color #14B701 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B701 is #EB48FE. Grayscale: #727272. Windows color (decimal): -15419647 or 112404. OLE color: 112404.

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

Color convert

RGB 20 183 1 -
CMYK 0.89 0 0.99 0.28
HSL 113.74º 0.99% 0.36% -
HSV(B) 113.74º 0.99% 0.72% -
XYZ 17.23 34.02 5.69 -
YUV 113.52 64.5 61.3 -
System Red Green Blue C M Y K H S L
Decimal 20 183 1 0.89 0 0.99 0.28 113.74 0.99 0.36
Hex 14 B7 1 59 0 63 1C 72 63 24
Octal 24 267 1 131 0 143 34 162 143 44
Binary 10100 10110111 1 1011001 0 1100011 11100 1110010 1100011 100100

Color Harmonies of #14B701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B701

Black with #14B701

Text Example


Text Example

White with #14B701

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,183,1); }

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

background-color css

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

 a { background-color: rgb(20,183,1); }

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

border-color css

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

 span { border-color: rgb(20,183,1); }

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