Html Css Color HEX #0AC212 Islamic Green

📋 copy color: '#0AC212'

red 10 ◦ green 194 ◦ blue 18

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

Shades of Islamic Green #0AC212

Tints of Islamic Green #0AC212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 8.11%

R = 4.5%
G = 87.39%
B = 8.11%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#0AC212 (or 0x0AC212) is known color: Islamic Green. HEX triplet: 0A, C2 and 12. RGB value is (10,194,18). Sum of RGB (Red+Green+Blue) = 10+194+18=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 194 (76.17% from 255 or 87.39% from 222); Blue value is 18 (7.42% from 255 or 8.11% from 222); Max value from RGB is 194 - color contains mainly: green. Hex color #0AC212 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC212 is #F53DED. Grayscale: #777777. Windows color (decimal): -16072174 or 1229322. OLE color: 1229322.

HSL color Cylindrical-coordinate representation of color #0AC212: hue angle of 122.61º 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 #0AC212 is Cyan = 0.95, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 10 194 18 -
CMYK 0.95 0 0.91 0.24
HSL 122.61º 0.9% 0.4% -
HSV(B) 122.61º 0.95% 0.76% -
XYZ 19.53 38.69 7.01 -
YUV 118.92 71.04 50.31 -
System Red Green Blue C M Y K H S L
Decimal 10 194 18 0.95 0 0.91 0.24 122.61 0.9 0.4
Hex A C2 12 5F 0 5B 18 7B 5A 28
Octal 12 302 22 137 0 133 30 173 132 50
Binary 1010 11000010 10010 1011111 0 1011011 11000 1111011 1011010 101000

Color Harmonies of #0AC212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC212

Black with #0AC212

Text Example


Text Example

White with #0AC212

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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