Html Css Color HEX #02A20B Islamic Green

📋 copy color: '#02A20B'

red 2 ◦ green 162 ◦ blue 11

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

Shades of Islamic Green #02A20B

Tints of Islamic Green #02A20B

RGB

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

 GREEN value IS 162 (63.67% from 255) = 92.57%

 BLUE value IS 11 (4.69% from 255) = 6.29%

R = 1.14%
G = 92.57%
B = 6.29%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.93

 K value IS 0.36

RGB Variations

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

Color information

#02A20B (or 0x02A20B) is known color: Islamic Green. HEX triplet: 02, A2 and 0B. RGB value is (2,162,11). Sum of RGB (Red+Green+Blue) = 2+162+11=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 162 (63.67% from 255 or 92.57% from 175); Blue value is 11 (4.69% from 255 or 6.29% from 175); Max value from RGB is 162 - color contains mainly: green. Hex color #02A20B is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A20B is #FD5DF4. Grayscale: #616161. Windows color (decimal): -16604661 or 762370. OLE color: 762370.

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

Color convert

RGB 2 162 11 -
CMYK 0.99 0 0.93 0.36
HSL 123.38º 0.98% 0.32% -
HSV(B) 123.38º 0.99% 0.64% -
XYZ 13.01 25.88 4.63 -
YUV 96.95 79.49 60.28 -
System Red Green Blue C M Y K H S L
Decimal 2 162 11 0.99 0 0.93 0.36 123.38 0.98 0.32
Hex 2 A2 B 63 0 5D 24 7B 62 20
Octal 2 242 13 143 0 135 44 173 142 40
Binary 10 10100010 1011 1100011 0 1011101 100100 1111011 1100010 100000

Color Harmonies of #02A20B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A20B

Black with #02A20B

Text Example


Text Example

White with #02A20B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,162,11); }

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

background-color css

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

 a { background-color: rgb(2,162,11); }

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

border-color css

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

 span { border-color: rgb(2,162,11); }

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