Html Css Color HEX #0A930F Islamic Green

📋 copy color: '#0A930F'

red 10 ◦ green 147 ◦ blue 15

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

Shades of Islamic Green #0A930F

Tints of Islamic Green #0A930F

RGB

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

 GREEN value IS 147 (57.81% from 255) = 85.47%

 BLUE value IS 15 (6.25% from 255) = 8.72%

R = 5.81%
G = 85.47%
B = 8.72%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#0A930F (or 0x0A930F) is known color: Islamic Green. HEX triplet: 0A, 93 and 0F. RGB value is (10,147,15). Sum of RGB (Red+Green+Blue) = 10+147+15=172 (22% of max value = 765). Red value is 10 (4.30% from 255 or 5.81% from 172); Green value is 147 (57.81% from 255 or 85.47% from 172); Blue value is 15 (6.25% from 255 or 8.72% from 172); Max value from RGB is 147 - color contains mainly: green. Hex color #0A930F is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A930F is #F56CF0. Grayscale: #5B5B5B. Windows color (decimal): -16084209 or 1020682. OLE color: 1020682.

HSL color Cylindrical-coordinate representation of color #0A930F: hue angle of 122.19º 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 #0A930F is Cyan = 0.93, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 10 147 15 -
CMYK 0.93 0 0.90 0.42
HSL 122.19º 0.87% 0.31% -
HSV(B) 122.19º 0.93% 0.58% -
XYZ 10.65 20.97 3.94 -
YUV 90.99 85.11 70.23 -
System Red Green Blue C M Y K H S L
Decimal 10 147 15 0.93 0 0.90 0.42 122.19 0.87 0.31
Hex A 93 F 5D 0 5A 2A 7A 57 1F
Octal 12 223 17 135 0 132 52 172 127 37
Binary 1010 10010011 1111 1011101 0 1011010 101010 1111010 1010111 11111

Color Harmonies of #0A930F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A930F

Black with #0A930F

Text Example


Text Example

White with #0A930F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,147,15); }

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

background-color css

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

 a { background-color: rgb(10,147,15); }

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

border-color css

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

 span { border-color: rgb(10,147,15); }

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