Html Css Color HEX #0FA418 Islamic Green

📋 copy color: '#0FA418'

red 15 ◦ green 164 ◦ blue 24

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

Shades of Islamic Green #0FA418

Tints of Islamic Green #0FA418

RGB

 RED value IS 15 (6.25% from 255) = 7.39%

 GREEN value IS 164 (64.45% from 255) = 80.79%

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

R = 7.39%
G = 80.79%
B = 11.82%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#0FA418 (or 0x0FA418) is known color: Islamic Green. HEX triplet: 0F, A4 and 18. RGB value is (15,164,24). Sum of RGB (Red+Green+Blue) = 15+164+24=203 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.39% from 203); Green value is 164 (64.45% from 255 or 80.79% from 203); Blue value is 24 (9.77% from 255 or 11.82% from 203); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA418 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA418 is #F05BE7. Grayscale: #676767. Windows color (decimal): -15752168 or 1614863. OLE color: 1614863.

HSL color Cylindrical-coordinate representation of color #0FA418: hue angle of 123.62º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA418 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 164 24 -
CMYK 0.91 0 0.85 0.36
HSL 123.62º 0.83% 0.35% -
HSV(B) 123.62º 0.91% 0.64% -
XYZ 13.64 26.72 5.3 -
YUV 103.49 83.14 64.88 -
System Red Green Blue C M Y K H S L
Decimal 15 164 24 0.91 0 0.85 0.36 123.62 0.83 0.35
Hex F A4 18 5B 0 55 24 7C 53 23
Octal 17 244 30 133 0 125 44 174 123 43
Binary 1111 10100100 11000 1011011 0 1010101 100100 1111100 1010011 100011

Color Harmonies of #0FA418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA418

Black with #0FA418

Text Example


Text Example

White with #0FA418

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,164,24); }

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

background-color css

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

 a { background-color: rgb(15,164,24); }

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

border-color css

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

 span { border-color: rgb(15,164,24); }

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