Html Css Color HEX #0A940E Islamic Green

📋 copy color: '#0A940E'

red 10 ◦ green 148 ◦ blue 14

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

Shades of Islamic Green #0A940E

Tints of Islamic Green #0A940E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 86.05%

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

R = 5.81%
G = 86.05%
B = 8.14%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.91

 K value IS 0.42

RGB Variations

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

Color information

#0A940E (or 0x0A940E) is known color: Islamic Green. HEX triplet: 0A, 94 and 0E. RGB value is (10,148,14). Sum of RGB (Red+Green+Blue) = 10+148+14=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 148 (58.20% from 255 or 86.05% from 172); Blue value is 14 (5.86% from 255 or 8.14% from 172); Max value from RGB is 148 - color contains mainly: green. Hex color #0A940E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A940E is #F56BF1. Grayscale: #5B5B5B. Windows color (decimal): -16083954 or 955402. OLE color: 955402.

HSL color Cylindrical-coordinate representation of color #0A940E: hue angle of 121.74º degrees, saturation: 0.87, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A940E is Cyan = 0.93, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 148 14 -
CMYK 0.93 0 0.91 0.42
HSL 121.74º 0.87% 0.31% -
HSV(B) 121.74º 0.93% 0.58% -
XYZ 10.79 21.28 3.95 -
YUV 91.46 84.28 69.9 -
System Red Green Blue C M Y K H S L
Decimal 10 148 14 0.93 0 0.91 0.42 121.74 0.87 0.31
Hex A 94 E 5D 0 5B 2A 7A 57 1F
Octal 12 224 16 135 0 133 52 172 127 37
Binary 1010 10010100 1110 1011101 0 1011011 101010 1111010 1010111 11111

Color Harmonies of #0A940E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A940E

Black with #0A940E

Text Example


Text Example

White with #0A940E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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