Html Css Color HEX #02A30A Islamic Green

📋 copy color: '#02A30A'

red 2 ◦ green 163 ◦ blue 10

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

Shades of Islamic Green #02A30A

Tints of Islamic Green #02A30A

RGB

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

 GREEN value IS 163 (64.06% from 255) = 93.14%

 BLUE value IS 10 (4.3% from 255) = 5.71%

R = 1.14%
G = 93.14%
B = 5.71%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.94

 K value IS 0.36

RGB Variations

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

Color information

#02A30A (or 0x02A30A) is known color: Islamic Green. HEX triplet: 02, A3 and 0A. RGB value is (2,163,10). Sum of RGB (Red+Green+Blue) = 2+163+10=175 (23% of max value = 765). Red value is 2 (1.17% from 255 or 1.14% from 175); Green value is 163 (64.06% from 255 or 93.14% from 175); Blue value is 10 (4.30% from 255 or 5.71% from 175); Max value from RGB is 163 - color contains mainly: green. Hex color #02A30A is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #02A30A is #FD5CF5. Grayscale: #616161. Windows color (decimal): -16604406 or 697090. OLE color: 697090.

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

Color convert

RGB 2 163 10 -
CMYK 0.99 0 0.94 0.36
HSL 122.98º 0.98% 0.32% -
HSV(B) 122.98º 0.99% 0.64% -
XYZ 13.18 26.23 4.66 -
YUV 97.42 78.66 59.94 -
System Red Green Blue C M Y K H S L
Decimal 2 163 10 0.99 0 0.94 0.36 122.98 0.98 0.32
Hex 2 A3 A 63 0 5E 24 7B 62 20
Octal 2 243 12 143 0 136 44 173 142 40
Binary 10 10100011 1010 1100011 0 1011110 100100 1111011 1100010 100000

Color Harmonies of #02A30A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02A30A

Black with #02A30A

Text Example


Text Example

White with #02A30A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,163,10); }

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

background-color css

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

 a { background-color: rgb(2,163,10); }

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

border-color css

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

 span { border-color: rgb(2,163,10); }

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