Html Css Color HEX #02A50F Islamic Green

📋 copy color: '#02A50F'

red 2 ◦ green 165 ◦ blue 15

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

Shades of Islamic Green #02A50F

Tints of Islamic Green #02A50F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 8.24%

R = 1.1%
G = 90.66%
B = 8.24%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.91

 K value IS 0.35

RGB Variations

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

Color information

#02A50F (or 0x02A50F) is known color: Islamic Green. HEX triplet: 02, A5 and 0F. RGB value is (2,165,15). Sum of RGB (Red+Green+Blue) = 2+165+15=182 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 182); Green value is 165 (64.84% from 255 or 90.66% from 182); Blue value is 15 (6.25% from 255 or 8.24% from 182); Max value from RGB is 165 - color contains mainly: green. Hex color #02A50F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A50F is #FD5AF0. Grayscale: #636363. Windows color (decimal): -16603889 or 1025282. OLE color: 1025282.

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

Color convert

RGB 2 165 15 -
CMYK 0.99 0 0.91 0.35
HSL 124.79º 0.98% 0.33% -
HSV(B) 124.79º 0.99% 0.65% -
XYZ 13.57 26.96 4.94 -
YUV 99.16 80.5 58.7 -
System Red Green Blue C M Y K H S L
Decimal 2 165 15 0.99 0 0.91 0.35 124.79 0.98 0.33
Hex 2 A5 F 63 0 5B 23 7D 62 21
Octal 2 245 17 143 0 133 43 175 142 41
Binary 10 10100101 1111 1100011 0 1011011 100011 1111101 1100010 100001

Color Harmonies of #02A50F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A50F

Black with #02A50F

Text Example


Text Example

White with #02A50F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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