Html Css Color HEX #05AF0D Islamic Green

📋 copy color: '#05AF0D'

red 5 ◦ green 175 ◦ blue 13

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

Shades of Islamic Green #05AF0D

Tints of Islamic Green #05AF0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 6.74%

R = 2.59%
G = 90.67%
B = 6.74%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#05AF0D (or 0x05AF0D) is known color: Islamic Green. HEX triplet: 05, AF and 0D. RGB value is (5,175,13). Sum of RGB (Red+Green+Blue) = 5+175+13=193 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.59% from 193); Green value is 175 (68.75% from 255 or 90.67% from 193); Blue value is 13 (5.47% from 255 or 6.74% from 193); Max value from RGB is 175 - color contains mainly: green. Hex color #05AF0D is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #05AF0D is #FA50F2. Grayscale: #6A6A6A. Windows color (decimal): -16404723 or 896773. OLE color: 896773.

HSL color Cylindrical-coordinate representation of color #05AF0D: hue angle of 122.82º 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 #05AF0D is Cyan = 0.97, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 175 13 -
CMYK 0.97 0 0.93 0.31
HSL 122.82º 0.94% 0.35% -
HSV(B) 122.82º 0.97% 0.69% -
XYZ 15.47 30.72 5.5 -
YUV 105.7 75.68 56.17 -
System Red Green Blue C M Y K H S L
Decimal 5 175 13 0.97 0 0.93 0.31 122.82 0.94 0.35
Hex 5 AF D 61 0 5D 1F 7B 5E 23
Octal 5 257 15 141 0 135 37 173 136 43
Binary 101 10101111 1101 1100001 0 1011101 11111 1111011 1011110 100011

Color Harmonies of #05AF0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05AF0D

Black with #05AF0D

Text Example


Text Example

White with #05AF0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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