Html Css Color HEX #0FA318 Islamic Green

📋 copy color: '#0FA318'

red 15 ◦ green 163 ◦ blue 24

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

Shades of Islamic Green #0FA318

Tints of Islamic Green #0FA318

RGB

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

 GREEN value IS 163 (64.06% from 255) = 80.69%

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

R = 7.43%
G = 80.69%
B = 11.88%

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

#0FA318 (or 0x0FA318) is known color: Islamic Green. HEX triplet: 0F, A3 and 18. RGB value is (15,163,24). Sum of RGB (Red+Green+Blue) = 15+163+24=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 163 (64.06% from 255 or 80.69% from 202); Blue value is 24 (9.77% from 255 or 11.88% from 202); Max value from RGB is 163 - color contains mainly: green. Hex color #0FA318 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA318 is #F05CE7. Grayscale: #676767. Windows color (decimal): -15752424 or 1614607. OLE color: 1614607.

HSL color Cylindrical-coordinate representation of color #0FA318: hue angle of 123.65º 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 #0FA318 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.36.

Color convert

RGB 15 163 24 -
CMYK 0.91 0 0.85 0.36
HSL 123.65º 0.83% 0.35% -
HSV(B) 123.65º 0.91% 0.64% -
XYZ 13.46 26.36 5.24 -
YUV 102.9 83.47 65.3 -
System Red Green Blue C M Y K H S L
Decimal 15 163 24 0.91 0 0.85 0.36 123.65 0.83 0.35
Hex F A3 18 5B 0 55 24 7C 53 23
Octal 17 243 30 133 0 125 44 174 123 43
Binary 1111 10100011 11000 1011011 0 1010101 100100 1111100 1010011 100011

Color Harmonies of #0FA318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA318

Black with #0FA318

Text Example


Text Example

White with #0FA318

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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