Html Css Color HEX #0A9213 Islamic Green

📋 copy color: '#0A9213'

red 10 ◦ green 146 ◦ blue 19

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

Shades of Islamic Green #0A9213

Tints of Islamic Green #0A9213

RGB

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

 GREEN value IS 146 (57.42% from 255) = 83.43%

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

R = 5.71%
G = 83.43%
B = 10.86%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.87

 K value IS 0.43

RGB Variations

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

Color information

#0A9213 (or 0x0A9213) is known color: Islamic Green. HEX triplet: 0A, 92 and 13. RGB value is (10,146,19). Sum of RGB (Red+Green+Blue) = 10+146+19=175 (23% of max value = 765). Red value is 10 (4.30% from 255 or 5.71% from 175); Green value is 146 (57.42% from 255 or 83.43% from 175); Blue value is 19 (7.81% from 255 or 10.86% from 175); Max value from RGB is 146 - color contains mainly: green. Hex color #0A9213 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9213 is #F56DEC. Grayscale: #5B5B5B. Windows color (decimal): -16084461 or 1282570. OLE color: 1282570.

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

Color convert

RGB 10 146 19 -
CMYK 0.93 0 0.87 0.43
HSL 123.97º 0.87% 0.31% -
HSV(B) 123.97º 0.93% 0.57% -
XYZ 10.52 20.67 4.05 -
YUV 90.86 87.44 70.33 -
System Red Green Blue C M Y K H S L
Decimal 10 146 19 0.93 0 0.87 0.43 123.97 0.87 0.31
Hex A 92 13 5D 0 57 2B 7C 57 1F
Octal 12 222 23 135 0 127 53 174 127 37
Binary 1010 10010010 10011 1011101 0 1010111 101011 1111100 1010111 11111

Color Harmonies of #0A9213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9213

Black with #0A9213

Text Example


Text Example

White with #0A9213

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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