Html Css Color HEX #13AF0C Islamic Green

📋 copy color: '#13AF0C'

red 19 ◦ green 175 ◦ blue 12

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

Shades of Islamic Green #13AF0C

Tints of Islamic Green #13AF0C

RGB

 RED value IS 19 (7.81% from 255) = 9.22%

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

 BLUE value IS 12 (5.08% from 255) = 5.83%

R = 9.22%
G = 84.95%
B = 5.83%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.93

 K value IS 0.31

RGB Variations

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

Color information

#13AF0C (or 0x13AF0C) is known color: Islamic Green. HEX triplet: 13, AF and 0C. RGB value is (19,175,12). Sum of RGB (Red+Green+Blue) = 19+175+12=206 (27% of max value = 765). Red value is 19 (7.81% from 255 or 9.22% from 206); Green value is 175 (68.75% from 255 or 84.95% from 206); Blue value is 12 (5.08% from 255 or 5.83% from 206); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF0C is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AF0C is #EC50F3. Grayscale: #6E6E6E. Windows color (decimal): -15487220 or 831251. OLE color: 831251.

HSL color Cylindrical-coordinate representation of color #13AF0C: hue angle of 117.42º degrees, saturation: 0.87, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #13AF0C is Cyan = 0.89, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 12 -
CMYK 0.89 0 0.93 0.31
HSL 117.42º 0.87% 0.37% -
HSV(B) 117.42º 0.93% 0.69% -
XYZ 15.66 30.82 5.47 -
YUV 109.77 72.82 63.25 -
System Red Green Blue C M Y K H S L
Decimal 19 175 12 0.89 0 0.93 0.31 117.42 0.87 0.37
Hex 13 AF C 59 0 5D 1F 75 57 25
Octal 23 257 14 131 0 135 37 165 127 45
Binary 10011 10101111 1100 1011001 0 1011101 11111 1110101 1010111 100101

Color Harmonies of #13AF0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF0C

Black with #13AF0C

Text Example


Text Example

White with #13AF0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #13AF0C; }

 p { color: rgb(19,175,12); }

 H1.HeaderClassName
 {
   color: #13AF0C;
 }
 .AnyTagClassName
 {
   color: #13AF0C;
 }
</style>

background-color css

<style>
 a { background-color: #13AF0C; }

 a { background-color: rgb(19,175,12); }

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

border-color css

<style>
 span { border-color: #13AF0C; }

 span { border-color: rgb(19,175,12); }

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