Html Css Color HEX #02A51A Islamic Green

📋 copy color: '#02A51A'

red 2 ◦ green 165 ◦ blue 26

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

Shades of Islamic Green #02A51A

Tints of Islamic Green #02A51A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 13.47%

R = 1.04%
G = 85.49%
B = 13.47%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#02A51A (or 0x02A51A) is known color: Islamic Green. HEX triplet: 02, A5 and 1A. RGB value is (2,165,26). Sum of RGB (Red+Green+Blue) = 2+165+26=193 (25% of max value = 765). Red value is 2 (1.17% from 255 or 1.04% from 193); Green value is 165 (64.84% from 255 or 85.49% from 193); Blue value is 26 (10.55% from 255 or 13.47% from 193); Max value from RGB is 165 - color contains mainly: green. Hex color #02A51A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02A51A is #FD5AE5. Grayscale: #646464. Windows color (decimal): -16603878 or 1746178. OLE color: 1746178.

HSL color Cylindrical-coordinate representation of color #02A51A: hue angle of 128.83º 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 #02A51A is Cyan = 0.99, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.35.

Color convert

RGB 2 165 26 -
CMYK 0.99 0 0.84 0.35
HSL 128.83º 0.98% 0.33% -
HSV(B) 128.83º 0.99% 0.65% -
XYZ 13.67 27 5.47 -
YUV 100.42 86 57.8 -
System Red Green Blue C M Y K H S L
Decimal 2 165 26 0.99 0 0.84 0.35 128.83 0.98 0.33
Hex 2 A5 1A 63 0 54 23 81 62 21
Octal 2 245 32 143 0 124 43 201 142 41
Binary 10 10100101 11010 1100011 0 1010100 100011 10000001 1100010 100001

Color Harmonies of #02A51A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A51A

Black with #02A51A

Text Example


Text Example

White with #02A51A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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