Html Css Color HEX #01AF0E Islamic Green

📋 copy color: '#01AF0E'

red 1 ◦ green 175 ◦ blue 14

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

Shades of Islamic Green #01AF0E

Tints of Islamic Green #01AF0E

RGB

 RED value IS 1 (0.78% from 255) = 0.53%

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

 BLUE value IS 14 (5.86% from 255) = 7.37%

R = 0.53%
G = 92.11%
B = 7.37%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.92

 K value IS 0.31

RGB Variations

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

Color information

#01AF0E (or 0x01AF0E) is known color: Islamic Green. HEX triplet: 01, AF and 0E. RGB value is (1,175,14). Sum of RGB (Red+Green+Blue) = 1+175+14=190 (25% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 190); Green value is 175 (68.75% from 255 or 92.11% from 190); Blue value is 14 (5.86% from 255 or 7.37% from 190); Max value from RGB is 175 - color contains mainly: green. Hex color #01AF0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #01AF0E is #FE50F1. Grayscale: #696969. Windows color (decimal): -16666866 or 962305. OLE color: 962305.

HSL color Cylindrical-coordinate representation of color #01AF0E: hue angle of 124.48º degrees, saturation: 0.99, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01AF0E is Cyan = 0.99, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.31.

Color convert

RGB 1 175 14 -
CMYK 0.99 0 0.92 0.31
HSL 124.48º 0.99% 0.35% -
HSV(B) 124.48º 0.99% 0.69% -
XYZ 15.42 30.7 5.53 -
YUV 104.62 76.85 54.09 -
System Red Green Blue C M Y K H S L
Decimal 1 175 14 0.99 0 0.92 0.31 124.48 0.99 0.35
Hex 1 AF E 63 0 5C 1F 7C 63 23
Octal 1 257 16 143 0 134 37 174 143 43
Binary 1 10101111 1110 1100011 0 1011100 11111 1111100 1100011 100011

Color Harmonies of #01AF0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01AF0E

Black with #01AF0E

Text Example


Text Example

White with #01AF0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01AF0E; }

 p { color: rgb(1,175,14); }

 H1.HeaderClassName
 {
   color: #01AF0E;
 }
 .AnyTagClassName
 {
   color: #01AF0E;
 }
</style>

background-color css

<style>
 a { background-color: #01AF0E; }

 a { background-color: rgb(1,175,14); }

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

border-color css

<style>
 span { border-color: #01AF0E; }

 span { border-color: rgb(1,175,14); }

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