#02AC1A

Color #02AC1A Islamic Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Islamic Green #02AC1A

Tints of Islamic Green #02AC1A

Color information

#02AC1A (or 0x02AC1A) is unknown color: approx Islamic Green. HEX triplet: 02, AC and 1A. RGB value is (2,172,26). Sum of RGB (Red+Green+Blue) = 2+172+26=200 (26% of max value = 765). Red value is 2 (1.17% from 255 or 1% from 200); Green value is 172 (67.58% from 255 or 86% from 200); Blue value is 26 (10.55% from 255 or 13% from 200); Max value from RGB is 172 - color contains mainly: green. Hex color #02AC1A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #02AC1A is #FD53E5. Grayscale: #686868. Windows color (decimal): -16602086 or 1747970. OLE color: 1747970.

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

Color convert

RGB217226-
CMYK0.9900.850.33
HSL128.47º97.7%34.12%-
HSV(B)128.47º98.84%67.45%-
XYZ14.9629.595.9-
YUV104.5383.6854.87-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1%
GREEN value IS 172 (67.58% from 255) = 86%
BLUE value IS 26 (10.55% from 255) = 13%
R=1%
G=86%
B=13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal2172260.9900.850.33128.4797.734.12
Hex2AC1A6305521806222
Octal22543214301254120014242
Binary101010110011010110001101010101100001100000001100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02AC1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #02AC1A;
 }
 .AnyTagClassName
 {
   color: #02AC1A;
 }
</style>
background-color css

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

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

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

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

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

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