Html Css Color HEX #0AC014 Islamic Green

📋 copy color: '#0AC014'

red 10 ◦ green 192 ◦ blue 20

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

Shades of Islamic Green #0AC014

Tints of Islamic Green #0AC014

RGB

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

 GREEN value IS 192 (75.39% from 255) = 86.49%

 BLUE value IS 20 (8.2% from 255) = 9.01%

R = 4.5%
G = 86.49%
B = 9.01%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.90

 K value IS 0.25

RGB Variations

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

Color information

#0AC014 (or 0x0AC014) is known color: Islamic Green. HEX triplet: 0A, C0 and 14. RGB value is (10,192,20). Sum of RGB (Red+Green+Blue) = 10+192+20=222 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.50% from 222); Green value is 192 (75.39% from 255 or 86.49% from 222); Blue value is 20 (8.20% from 255 or 9.01% from 222); Max value from RGB is 192 - color contains mainly: green. Hex color #0AC014 is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC014 is #F53FEB. Grayscale: #767676. Windows color (decimal): -16072684 or 1359882. OLE color: 1359882.

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

Color convert

RGB 10 192 20 -
CMYK 0.95 0 0.90 0.25
HSL 123.3º 0.9% 0.4% -
HSV(B) 123.3º 0.95% 0.75% -
XYZ 19.1 37.81 6.95 -
YUV 117.97 72.7 50.99 -
System Red Green Blue C M Y K H S L
Decimal 10 192 20 0.95 0 0.90 0.25 123.3 0.9 0.4
Hex A C0 14 5F 0 5A 19 7B 5A 28
Octal 12 300 24 137 0 132 31 173 132 50
Binary 1010 11000000 10100 1011111 0 1011010 11001 1111011 1011010 101000

Color Harmonies of #0AC014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC014

Black with #0AC014

Text Example


Text Example

White with #0AC014

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,192,20); }

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

background-color css

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

 a { background-color: rgb(10,192,20); }

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

border-color css

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

 span { border-color: rgb(10,192,20); }

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