Html Css Color HEX #02AE01 Islamic Green

📋 copy color: '#02AE01'

red 2 ◦ green 174 ◦ blue 1

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

Shades of Islamic Green #02AE01

Tints of Islamic Green #02AE01

RGB

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

 GREEN value IS 174 (68.36% from 255) = 98.31%

 BLUE value IS 1 (0.78% from 255) = 0.56%

R = 1.13%
G = 98.31%
B = 0.56%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.99

 K value IS 0.32

RGB Variations

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

Color information

#02AE01 (or 0x02AE01) is known color: Islamic Green. HEX triplet: 02, AE and 01. RGB value is (2,174,1). Sum of RGB (Red+Green+Blue) = 2+174+1=177 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.13% from 177); Green value is 174 (68.36% from 255 or 98.31% from 177); Blue value is 1 (0.78% from 255 or 0.56% from 177); Max value from RGB is 174 - color contains mainly: green. Hex color #02AE01 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02AE01 is #FD51FE. Grayscale: #676767. Windows color (decimal): -16601599 or 110082. OLE color: 110082.

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

Color convert

RGB 2 174 1 -
CMYK 0.99 0 0.99 0.32
HSL 119.65º 0.99% 0.34% -
HSV(B) 119.65º 0.99% 0.68% -
XYZ 15.17 30.29 5.08 -
YUV 102.85 70.52 56.07 -
System Red Green Blue C M Y K H S L
Decimal 2 174 1 0.99 0 0.99 0.32 119.65 0.99 0.34
Hex 2 AE 1 63 0 63 20 78 63 22
Octal 2 256 1 143 0 143 40 170 143 42
Binary 10 10101110 1 1100011 0 1100011 100000 1111000 1100011 100010

Color Harmonies of #02AE01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02AE01

Black with #02AE01

Text Example


Text Example

White with #02AE01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,174,1); }

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

background-color css

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

 a { background-color: rgb(2,174,1); }

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

border-color css

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

 span { border-color: rgb(2,174,1); }

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