Html Css Color HEX #02A512 Islamic Green

📋 copy color: '#02A512'

red 2 ◦ green 165 ◦ blue 18

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

Shades of Islamic Green #02A512

Tints of Islamic Green #02A512

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 9.73%

R = 1.08%
G = 89.19%
B = 9.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.89

 K value IS 0.35

RGB Variations

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

Color information

#02A512 (or 0x02A512) is known color: Islamic Green. HEX triplet: 02, A5 and 12. RGB value is (2,165,18). Sum of RGB (Red+Green+Blue) = 2+165+18=185 (24% of max value = 765). Red value is 2 (1.17% from 255 or 1.08% from 185); Green value is 165 (64.84% from 255 or 89.19% from 185); Blue value is 18 (7.42% from 255 or 9.73% from 185); Max value from RGB is 165 - color contains mainly: green. Hex color #02A512 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A512 is #FD5AED. Grayscale: #636363. Windows color (decimal): -16603886 or 1221890. OLE color: 1221890.

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

Color convert

RGB 2 165 18 -
CMYK 0.99 0 0.89 0.35
HSL 125.89º 0.98% 0.33% -
HSV(B) 125.89º 0.99% 0.65% -
XYZ 13.59 26.97 5.06 -
YUV 99.51 82 58.45 -
System Red Green Blue C M Y K H S L
Decimal 2 165 18 0.99 0 0.89 0.35 125.89 0.98 0.33
Hex 2 A5 12 63 0 59 23 7E 62 21
Octal 2 245 22 143 0 131 43 176 142 41
Binary 10 10100101 10010 1100011 0 1011001 100011 1111110 1100010 100001

Color Harmonies of #02A512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A512

Black with #02A512

Text Example


Text Example

White with #02A512

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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