Html Css Color HEX #13AF02 Islamic Green

📋 copy color: '#13AF02'

red 19 ◦ green 175 ◦ blue 2

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

Shades of Islamic Green #13AF02

Tints of Islamic Green #13AF02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.02%

R = 9.69%
G = 89.29%
B = 1.02%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.99

 K value IS 0.31

RGB Variations

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

Color information

#13AF02 (or 0x13AF02) is known color: Islamic Green. HEX triplet: 13, AF and 02. RGB value is (19,175,2). Sum of RGB (Red+Green+Blue) = 19+175+2=196 (25% of max value = 765). Red value is 19 (7.81% from 255 or 9.69% from 196); Green value is 175 (68.75% from 255 or 89.29% from 196); Blue value is 2 (1.17% from 255 or 1.02% from 196); Max value from RGB is 175 - color contains mainly: green. Hex color #13AF02 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #13AF02 is #EC50FD. Grayscale: #6D6D6D. Windows color (decimal): -15487230 or 175891. OLE color: 175891.

HSL color Cylindrical-coordinate representation of color #13AF02: hue angle of 114.1º degrees, saturation: 0.98, 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 #13AF02 is Cyan = 0.89, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.31.

Color convert

RGB 19 175 2 -
CMYK 0.89 0 0.99 0.31
HSL 114.1º 0.98% 0.35% -
HSV(B) 114.1º 0.99% 0.69% -
XYZ 15.61 30.8 5.18 -
YUV 108.63 67.82 64.07 -
System Red Green Blue C M Y K H S L
Decimal 19 175 2 0.89 0 0.99 0.31 114.1 0.98 0.35
Hex 13 AF 2 59 0 63 1F 72 62 23
Octal 23 257 2 131 0 143 37 162 142 43
Binary 10011 10101111 10 1011001 0 1100011 11111 1110010 1100010 100011

Color Harmonies of #13AF02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #13AF02

Black with #13AF02

Text Example


Text Example

White with #13AF02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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