Html Css Color HEX #0A9618 Islamic Green

📋 copy color: '#0A9618'

red 10 ◦ green 150 ◦ blue 24

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

Shades of Islamic Green #0A9618

Tints of Islamic Green #0A9618

RGB

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

 GREEN value IS 150 (58.98% from 255) = 81.52%

 BLUE value IS 24 (9.77% from 255) = 13.04%

R = 5.43%
G = 81.52%
B = 13.04%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.84

 K value IS 0.41

RGB Variations

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

Color information

#0A9618 (or 0x0A9618) is known color: Islamic Green. HEX triplet: 0A, 96 and 18. RGB value is (10,150,24). Sum of RGB (Red+Green+Blue) = 10+150+24=184 (24% of max value = 765). Red value is 10 (4.30% from 255 or 5.43% from 184); Green value is 150 (58.98% from 255 or 81.52% from 184); Blue value is 24 (9.77% from 255 or 13.04% from 184); Max value from RGB is 150 - color contains mainly: green. Hex color #0A9618 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0A9618 is #F569E7. Grayscale: #5E5E5E. Windows color (decimal): -16083432 or 1611274. OLE color: 1611274.

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

Color convert

RGB 10 150 24 -
CMYK 0.93 0 0.84 0.41
HSL 126º 0.88% 0.31% -
HSV(B) 126º 0.93% 0.59% -
XYZ 11.2 21.94 4.51 -
YUV 93.78 88.62 68.25 -
System Red Green Blue C M Y K H S L
Decimal 10 150 24 0.93 0 0.84 0.41 126 0.88 0.31
Hex A 96 18 5D 0 54 29 7E 58 1F
Octal 12 226 30 135 0 124 51 176 130 37
Binary 1010 10010110 11000 1011101 0 1010100 101001 1111110 1011000 11111

Color Harmonies of #0A9618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0A9618

Black with #0A9618

Text Example


Text Example

White with #0A9618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(10,150,24); }

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

background-color css

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

 a { background-color: rgb(10,150,24); }

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

border-color css

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

 span { border-color: rgb(10,150,24); }

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