Html Css Color HEX #14B305 Islamic Green

📋 copy color: '#14B305'

red 20 ◦ green 179 ◦ blue 5

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

Shades of Islamic Green #14B305

Tints of Islamic Green #14B305

RGB

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

 GREEN value IS 179 (70.31% from 255) = 87.75%

 BLUE value IS 5 (2.34% from 255) = 2.45%

R = 9.8%
G = 87.75%
B = 2.45%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.97

 K value IS 0.30

RGB Variations

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

Color information

#14B305 (or 0x14B305) is known color: Islamic Green. HEX triplet: 14, B3 and 05. RGB value is (20,179,5). Sum of RGB (Red+Green+Blue) = 20+179+5=204 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.80% from 204); Green value is 179 (70.31% from 255 or 87.75% from 204); Blue value is 5 (2.34% from 255 or 2.45% from 204); Max value from RGB is 179 - color contains mainly: green. Hex color #14B305 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #14B305 is #EB4CFA. Grayscale: #707070. Windows color (decimal): -15420667 or 373524. OLE color: 373524.

HSL color Cylindrical-coordinate representation of color #14B305: hue angle of 114.83º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #14B305 is Cyan = 0.89, Magento = 0, Yellow = 0.97 and Black (K on CMYK) = 0.30.

Color convert

RGB 20 179 5 -
CMYK 0.89 0 0.97 0.30
HSL 114.83º 0.95% 0.36% -
HSV(B) 114.83º 0.97% 0.7% -
XYZ 16.44 32.4 5.53 -
YUV 111.62 67.82 62.65 -
System Red Green Blue C M Y K H S L
Decimal 20 179 5 0.89 0 0.97 0.30 114.83 0.95 0.36
Hex 14 B3 5 59 0 61 1E 73 5F 24
Octal 24 263 5 131 0 141 36 163 137 44
Binary 10100 10110011 101 1011001 0 1100001 11110 1110011 1011111 100100

Color Harmonies of #14B305

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B305

Black with #14B305

Text Example


Text Example

White with #14B305

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,179,5); }

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

background-color css

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

 a { background-color: rgb(20,179,5); }

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

border-color css

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

 span { border-color: rgb(20,179,5); }

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