Html Css Color HEX #0AC210 Islamic Green

📋 copy color: '#0AC210'

red 10 ◦ green 194 ◦ blue 16

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

Shades of Islamic Green #0AC210

Tints of Islamic Green #0AC210

RGB

 RED value IS 10 (4.3% from 255) = 4.55%

 GREEN value IS 194 (76.17% from 255) = 88.18%

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

R = 4.55%
G = 88.18%
B = 7.27%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#0AC210 (or 0x0AC210) is known color: Islamic Green. HEX triplet: 0A, C2 and 10. RGB value is (10,194,16). Sum of RGB (Red+Green+Blue) = 10+194+16=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 194 (76.17% from 255 or 88.18% from 220); Blue value is 16 (6.64% from 255 or 7.27% from 220); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC210 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC210 is #F53DEF. Grayscale: #777777. Windows color (decimal): -16072176 or 1098250. OLE color: 1098250.

HSL color Cylindrical-coordinate representation of color #0AC210: hue angle of 121.96º degrees, saturation: 0.9, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0AC210 is Cyan = 0.95, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 194 16 -
CMYK 0.95 0 0.92 0.24
HSL 121.96º 0.9% 0.4% -
HSV(B) 121.96º 0.95% 0.76% -
XYZ 19.51 38.69 6.93 -
YUV 118.69 70.04 50.47 -
System Red Green Blue C M Y K H S L
Decimal 10 194 16 0.95 0 0.92 0.24 121.96 0.9 0.4
Hex A C2 10 5F 0 5C 18 7A 5A 28
Octal 12 302 20 137 0 134 30 172 132 50
Binary 1010 11000010 10000 1011111 0 1011100 11000 1111010 1011010 101000

Color Harmonies of #0AC210

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC210

Black with #0AC210

Text Example


Text Example

White with #0AC210

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0AC210; }

 p { color: rgb(10,194,16); }

 H1.HeaderClassName
 {
   color: #0AC210;
 }
 .AnyTagClassName
 {
   color: #0AC210;
 }
</style>

background-color css

<style>
 a { background-color: #0AC210; }

 a { background-color: rgb(10,194,16); }

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

border-color css

<style>
 span { border-color: #0AC210; }

 span { border-color: rgb(10,194,16); }

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