Html Css Color HEX #00A210 Islamic Green

📋 copy color: '#00A210'

red 0 ◦ green 162 ◦ blue 16

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

Shades of Islamic Green #00A210

Tints of Islamic Green #00A210

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 16 (6.64% from 255) = 8.99%

R = 0%
G = 91.01%
B = 8.99%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#00A210 (or 0x00A210) is known color: Islamic Green. HEX triplet: 00, A2 and 10. RGB value is (0,162,16). Sum of RGB (Red+Green+Blue) = 0+162+16=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 162 (63.67% from 255 or 91.01% from 178); Blue value is 16 (6.64% from 255 or 8.99% from 178); Max value from RGB is 162 - color contains mainly: green. Hex color #00A210 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #00A210 is #FF5DEF. Grayscale: #616161. Windows color (decimal): -16735728 or 1090048. OLE color: 1090048.

HSL color Cylindrical-coordinate representation of color #00A210: hue angle of 125.93º degrees, saturation: 1, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00A210 is Cyan = 1, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 0 162 16 -
CMYK 1 0 0.90 0.36
HSL 125.93º 1% 0.32% -
HSV(B) 125.93º 1% 0.64% -
XYZ 13.01 25.88 4.8 -
YUV 96.92 82.33 58.87 -
System Red Green Blue C M Y K H S L
Decimal 0 162 16 1 0 0.90 0.36 125.93 1 0.32
Hex 0 A2 10 64 0 5A 24 7E 64 20
Octal 0 242 20 144 0 132 44 176 144 40
Binary 0 10100010 10000 1100100 0 1011010 100100 1111110 1100100 100000

Color Harmonies of #00A210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00A210

Black with #00A210

Text Example


Text Example

White with #00A210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00A210; }

 p { color: rgb(0,162,16); }

 H1.HeaderClassName
 {
   color: #00A210;
 }
 .AnyTagClassName
 {
   color: #00A210;
 }
</style>

background-color css

<style>
 a { background-color: #00A210; }

 a { background-color: rgb(0,162,16); }

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

border-color css

<style>
 span { border-color: #00A210; }

 span { border-color: rgb(0,162,16); }

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