Html Css Color HEX #02AF04 Islamic Green

📋 copy color: '#02AF04'

red 2 ◦ green 175 ◦ blue 4

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

Shades of Islamic Green #02AF04

Tints of Islamic Green #02AF04

RGB

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

 GREEN value IS 175 (68.75% from 255) = 96.69%

 BLUE value IS 4 (1.95% from 255) = 2.21%

R = 1.1%
G = 96.69%
B = 2.21%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.98

 K value IS 0.31

RGB Variations

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

Color information

#02AF04 (or 0x02AF04) is known color: Islamic Green. HEX triplet: 02, AF and 04. RGB value is (2,175,4). Sum of RGB (Red+Green+Blue) = 2+175+4=181 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.10% from 181); Green value is 175 (68.75% from 255 or 96.69% from 181); Blue value is 4 (1.95% from 255 or 2.21% from 181); Max value from RGB is 175 - color contains mainly: green. Hex color #02AF04 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AF04 is #FD50FB. Grayscale: #686868. Windows color (decimal): -16601340 or 306946. OLE color: 306946.

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

Color convert

RGB 2 175 4 -
CMYK 0.99 0 0.98 0.31
HSL 120.69º 0.98% 0.35% -
HSV(B) 120.69º 0.99% 0.69% -
XYZ 15.38 30.68 5.23 -
YUV 103.78 71.69 55.4 -
System Red Green Blue C M Y K H S L
Decimal 2 175 4 0.99 0 0.98 0.31 120.69 0.98 0.35
Hex 2 AF 4 63 0 62 1F 79 62 23
Octal 2 257 4 143 0 142 37 171 142 43
Binary 10 10101111 100 1100011 0 1100010 11111 1111001 1100010 100011

Color Harmonies of #02AF04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AF04

Black with #02AF04

Text Example


Text Example

White with #02AF04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,175,4); }

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

background-color css

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

 a { background-color: rgb(2,175,4); }

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

border-color css

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

 span { border-color: rgb(2,175,4); }

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