Html Css Color HEX #05AF14 Islamic Green

📋 copy color: '#05AF14'

red 5 ◦ green 175 ◦ blue 20

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

Shades of Islamic Green #05AF14

Tints of Islamic Green #05AF14

RGB

 RED value IS 5 (2.34% from 255) = 2.5%

 GREEN value IS 175 (68.75% from 255) = 87.5%

 BLUE value IS 20 (8.2% from 255) = 10%

R = 2.5%
G = 87.5%
B = 10%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.89

 K value IS 0.31

RGB Variations

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

Color information

#05AF14 (or 0x05AF14) is known color: Islamic Green. HEX triplet: 05, AF and 14. RGB value is (5,175,20). Sum of RGB (Red+Green+Blue) = 5+175+20=200 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.5% from 200); Green value is 175 (68.75% from 255 or 87.5% from 200); Blue value is 20 (8.20% from 255 or 10% from 200); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF14 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AF14 is #FA50EB. Grayscale: #6A6A6A. Windows color (decimal): -16404716 or 1355525. OLE color: 1355525.

HSL color Cylindrical-coordinate representation of color #05AF14: hue angle of 125.29º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #05AF14 is Cyan = 0.97, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 175 20 -
CMYK 0.97 0 0.89 0.31
HSL 125.29º 0.94% 0.35% -
HSV(B) 125.29º 0.97% 0.69% -
XYZ 15.52 30.74 5.78 -
YUV 106.5 79.18 55.6 -
System Red Green Blue C M Y K H S L
Decimal 5 175 20 0.97 0 0.89 0.31 125.29 0.94 0.35
Hex 5 AF 14 61 0 59 1F 7D 5E 23
Octal 5 257 24 141 0 131 37 175 136 43
Binary 101 10101111 10100 1100001 0 1011001 11111 1111101 1011110 100011

Color Harmonies of #05AF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AF14

Black with #05AF14

Text Example


Text Example

White with #05AF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05AF14; }

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

 H1.HeaderClassName
 {
   color: #05AF14;
 }
 .AnyTagClassName
 {
   color: #05AF14;
 }
</style>

background-color css

<style>
 a { background-color: #05AF14; }

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

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

border-color css

<style>
 span { border-color: #05AF14; }

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

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