Html Css Color HEX #14AE0F Islamic Green

📋 copy color: '#14AE0F'

red 20 ◦ green 174 ◦ blue 15

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

Shades of Islamic Green #14AE0F

Tints of Islamic Green #14AE0F

RGB

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

 GREEN value IS 174 (68.36% from 255) = 83.25%

 BLUE value IS 15 (6.25% from 255) = 7.18%

R = 9.57%
G = 83.25%
B = 7.18%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.91

 K value IS 0.32

RGB Variations

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

Color information

#14AE0F (or 0x14AE0F) is known color: Islamic Green. HEX triplet: 14, AE and 0F. RGB value is (20,174,15). Sum of RGB (Red+Green+Blue) = 20+174+15=209 (27% of max value = 765). Red value is 20 (8.20% from 255 or 9.57% from 209); Green value is 174 (68.36% from 255 or 83.25% from 209); Blue value is 15 (6.25% from 255 or 7.18% from 209); Max value from RGB is 174 - color contains mainly: green. Hex color #14AE0F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #14AE0F is #EB51F0. Grayscale: #6E6E6E. Windows color (decimal): -15421937 or 1027604. OLE color: 1027604.

HSL color Cylindrical-coordinate representation of color #14AE0F: hue angle of 118.11º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #14AE0F is Cyan = 0.89, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.32.

Color convert

RGB 20 174 15 -
CMYK 0.89 0 0.91 0.32
HSL 118.11º 0.84% 0.37% -
HSV(B) 118.11º 0.91% 0.68% -
XYZ 15.51 30.46 5.51 -
YUV 109.83 74.48 63.93 -
System Red Green Blue C M Y K H S L
Decimal 20 174 15 0.89 0 0.91 0.32 118.11 0.84 0.37
Hex 14 AE F 59 0 5B 20 76 54 25
Octal 24 256 17 131 0 133 40 166 124 45
Binary 10100 10101110 1111 1011001 0 1011011 100000 1110110 1010100 100101

Color Harmonies of #14AE0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #14AE0F

Black with #14AE0F

Text Example


Text Example

White with #14AE0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(20,174,15); }

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

background-color css

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

 a { background-color: rgb(20,174,15); }

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

border-color css

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

 span { border-color: rgb(20,174,15); }

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