Html Css Color HEX #0A9D13 Islamic Green

📋 copy color: '#0A9D13'

red 10 ◦ green 157 ◦ blue 19

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

Shades of Islamic Green #0A9D13

Tints of Islamic Green #0A9D13

RGB

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

 GREEN value IS 157 (61.72% from 255) = 84.41%

 BLUE value IS 19 (7.81% from 255) = 10.22%

R = 5.38%
G = 84.41%
B = 10.22%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.88

 K value IS 0.38

RGB Variations

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

Color information

#0A9D13 (or 0x0A9D13) is known color: Islamic Green. HEX triplet: 0A, 9D and 13. RGB value is (10,157,19). Sum of RGB (Red+Green+Blue) = 10+157+19=186 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.38% from 186); Green value is 157 (61.72% from 255 or 84.41% from 186); Blue value is 19 (7.81% from 255 or 10.22% from 186); Max value from RGB is 157 - color contains mainly: green. Hex color #0A9D13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9D13 is #F562EC. Grayscale: #616161. Windows color (decimal): -16081645 or 1285386. OLE color: 1285386.

HSL color Cylindrical-coordinate representation of color #0A9D13: hue angle of 123.67º degrees, saturation: 0.88, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A9D13 is Cyan = 0.94, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.38.

Color convert

RGB 10 157 19 -
CMYK 0.94 0 0.88 0.38
HSL 123.67º 0.88% 0.33% -
HSV(B) 123.67º 0.94% 0.62% -
XYZ 12.3 24.23 4.64 -
YUV 97.32 83.8 65.72 -
System Red Green Blue C M Y K H S L
Decimal 10 157 19 0.94 0 0.88 0.38 123.67 0.88 0.33
Hex A 9D 13 5E 0 58 26 7C 58 21
Octal 12 235 23 136 0 130 46 174 130 41
Binary 1010 10011101 10011 1011110 0 1011000 100110 1111100 1011000 100001

Color Harmonies of #0A9D13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9D13

Black with #0A9D13

Text Example


Text Example

White with #0A9D13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,157,19); }

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

background-color css

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

 a { background-color: rgb(10,157,19); }

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

border-color css

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

 span { border-color: rgb(10,157,19); }

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