Html Css Color HEX #0AC40E Islamic Green

📋 copy color: '#0AC40E'

red 10 ◦ green 196 ◦ blue 14

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

Shades of Islamic Green #0AC40E

Tints of Islamic Green #0AC40E

RGB

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

 GREEN value IS 196 (76.95% from 255) = 89.09%

 BLUE value IS 14 (5.86% from 255) = 6.36%

R = 4.55%
G = 89.09%
B = 6.36%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#0AC40E (or 0x0AC40E) is known color: Islamic Green. HEX triplet: 0A, C4 and 0E. RGB value is (10,196,14). Sum of RGB (Red+Green+Blue) = 10+196+14=220 (29% of max value = 765). Red value is 10 (4.30% from 255 or 4.55% from 220); Green value is 196 (76.95% from 255 or 89.09% from 220); Blue value is 14 (5.86% from 255 or 6.36% from 220); Max value from RGB is 196 - color contains mainly: green. Hex color #0AC40E is not a web safe color. Web safe color analog (approx): #00CC00. Inversed color of #0AC40E is #F53BF1. Grayscale: #787878. Windows color (decimal): -16071666 or 967690. OLE color: 967690.

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

Color convert

RGB 10 196 14 -
CMYK 0.95 0 0.93 0.23
HSL 121.29º 0.9% 0.4% -
HSV(B) 121.29º 0.95% 0.77% -
XYZ 19.94 39.58 7 -
YUV 119.64 68.38 49.8 -
System Red Green Blue C M Y K H S L
Decimal 10 196 14 0.95 0 0.93 0.23 121.29 0.9 0.4
Hex A C4 E 5F 0 5D 17 79 5A 28
Octal 12 304 16 137 0 135 27 171 132 50
Binary 1010 11000100 1110 1011111 0 1011101 10111 1111001 1011010 101000

Color Harmonies of #0AC40E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0AC40E

Black with #0AC40E

Text Example


Text Example

White with #0AC40E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,196,14); }

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

background-color css

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

 a { background-color: rgb(10,196,14); }

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

border-color css

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

 span { border-color: rgb(10,196,14); }

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