Html Css Color HEX #14B010 Islamic Green

📋 copy color: '#14B010'

red 20 ◦ green 176 ◦ blue 16

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

Shades of Islamic Green #14B010

Tints of Islamic Green #14B010

RGB

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

 GREEN value IS 176 (69.14% from 255) = 83.02%

 BLUE value IS 16 (6.64% from 255) = 7.55%

R = 9.43%
G = 83.02%
B = 7.55%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#14B010 (or 0x14B010) is known color: Islamic Green. HEX triplet: 14, B0 and 10. RGB value is (20,176,16). Sum of RGB (Red+Green+Blue) = 20+176+16=212 (28% of max value = 765). Red value is 20 (8.20% from 255 or 9.43% from 212); Green value is 176 (69.14% from 255 or 83.02% from 212); Blue value is 16 (6.64% from 255 or 7.55% from 212); Max value from RGB is 176 - color contains mainly: green. Hex color #14B010 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14B010 is #EB4FEF. Grayscale: #6F6F6F. Windows color (decimal): -15421424 or 1093652. OLE color: 1093652.

HSL color Cylindrical-coordinate representation of color #14B010: hue angle of 118.5º degrees, saturation: 0.83, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14B010 is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.31.

Color convert

RGB 20 176 16 -
CMYK 0.89 0 0.91 0.31
HSL 118.5º 0.83% 0.38% -
HSV(B) 118.5º 0.91% 0.69% -
XYZ 15.91 31.24 5.68 -
YUV 111.12 74.32 63.01 -
System Red Green Blue C M Y K H S L
Decimal 20 176 16 0.89 0 0.91 0.31 118.5 0.83 0.38
Hex 14 B0 10 59 0 5B 1F 76 53 26
Octal 24 260 20 131 0 133 37 166 123 46
Binary 10100 10110000 10000 1011001 0 1011011 11111 1110110 1010011 100110

Color Harmonies of #14B010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14B010

Black with #14B010

Text Example


Text Example

White with #14B010

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,176,16); }

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

background-color css

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

 a { background-color: rgb(20,176,16); }

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

border-color css

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

 span { border-color: rgb(20,176,16); }

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