Html Css Color HEX #0A9919 Islamic Green

📋 copy color: '#0A9919'

red 10 ◦ green 153 ◦ blue 25

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

Shades of Islamic Green #0A9919

Tints of Islamic Green #0A9919

RGB

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

 GREEN value IS 153 (60.16% from 255) = 81.38%

 BLUE value IS 25 (10.16% from 255) = 13.3%

R = 5.32%
G = 81.38%
B = 13.3%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.4

RGB Variations

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

Color information

#0A9919 (or 0x0A9919) is known color: Islamic Green. HEX triplet: 0A, 99 and 19. RGB value is (10,153,25). Sum of RGB (Red+Green+Blue) = 10+153+25=188 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.32% from 188); Green value is 153 (60.16% from 255 or 81.38% from 188); Blue value is 25 (10.16% from 255 or 13.30% from 188); Max value from RGB is 153 - color contains mainly: green. Hex color #0A9919 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9919 is #F566E6. Grayscale: #606060. Windows color (decimal): -16082663 or 1677578. OLE color: 1677578.

HSL color Cylindrical-coordinate representation of color #0A9919: hue angle of 126.29º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A9919 is Cyan = 0.93, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.4.

Color convert

RGB 10 153 25 -
CMYK 0.93 0 0.84 0.4
HSL 126.29º 0.88% 0.32% -
HSV(B) 126.29º 0.93% 0.6% -
XYZ 11.69 22.92 4.73 -
YUV 95.65 88.12 66.91 -
System Red Green Blue C M Y K H S L
Decimal 10 153 25 0.93 0 0.84 0.4 126.29 0.88 0.32
Hex A 99 19 5D 0 54 28 7E 58 20
Octal 12 231 31 135 0 124 50 176 130 40
Binary 1010 10011001 11001 1011101 0 1010100 101000 1111110 1011000 100000

Color Harmonies of #0A9919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9919

Black with #0A9919

Text Example


Text Example

White with #0A9919

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,153,25); }

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

background-color css

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

 a { background-color: rgb(10,153,25); }

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

border-color css

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

 span { border-color: rgb(10,153,25); }

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