Html Css Color HEX #02A513 Islamic Green

📋 copy color: '#02A513'

red 2 ◦ green 165 ◦ blue 19

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

Shades of Islamic Green #02A513

Tints of Islamic Green #02A513

RGB

 RED value IS 2 (1.17% from 255) = 1.08%

 GREEN value IS 165 (64.84% from 255) = 88.71%

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 1.08%
G = 88.71%
B = 10.22%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.88

 K value IS 0.35

RGB Variations

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

Color information

#02A513 (or 0x02A513) is known color: Islamic Green. HEX triplet: 02, A5 and 13. RGB value is (2,165,19). Sum of RGB (Red+Green+Blue) = 2+165+19=186 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 186); Green value is 165 (64.84% from 255 or 88.71% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 165 - color contains mainly: green. Hex color #02A513 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A513 is #FD5AEC. Grayscale: #646464. Windows color (decimal): -16603885 or 1287426. OLE color: 1287426.

HSL color Cylindrical-coordinate representation of color #02A513: hue angle of 126.26º degrees, saturation: 0.98, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02A513 is Cyan = 0.99, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 165 19 -
CMYK 0.99 0 0.88 0.35
HSL 126.26º 0.98% 0.33% -
HSV(B) 126.26º 0.99% 0.65% -
XYZ 13.6 26.97 5.11 -
YUV 99.62 82.5 58.37 -
System Red Green Blue C M Y K H S L
Decimal 2 165 19 0.99 0 0.88 0.35 126.26 0.98 0.33
Hex 2 A5 13 63 0 58 23 7E 62 21
Octal 2 245 23 143 0 130 43 176 142 41
Binary 10 10100101 10011 1100011 0 1011000 100011 1111110 1100010 100001

Color Harmonies of #02A513

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A513

Black with #02A513

Text Example


Text Example

White with #02A513

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02A513; }

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

 H1.HeaderClassName
 {
   color: #02A513;
 }
 .AnyTagClassName
 {
   color: #02A513;
 }
</style>

background-color css

<style>
 a { background-color: #02A513; }

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

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

border-color css

<style>
 span { border-color: #02A513; }

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

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