Html Css Color HEX #0FAD0E Islamic Green

📋 copy color: '#0FAD0E'

red 15 ◦ green 173 ◦ blue 14

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

Shades of Islamic Green #0FAD0E

Tints of Islamic Green #0FAD0E

RGB

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

 GREEN value IS 173 (67.97% from 255) = 85.64%

 BLUE value IS 14 (5.86% from 255) = 6.93%

R = 7.43%
G = 85.64%
B = 6.93%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.92

 K value IS 0.32

RGB Variations

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

Color information

#0FAD0E (or 0x0FAD0E) is known color: Islamic Green. HEX triplet: 0F, AD and 0E. RGB value is (15,173,14). Sum of RGB (Red+Green+Blue) = 15+173+14=202 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.43% from 202); Green value is 173 (67.97% from 255 or 85.64% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 173 - color contains mainly: green. Hex color #0FAD0E is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAD0E is #F052F1. Grayscale: #6C6C6C. Windows color (decimal): -15749874 or 961807. OLE color: 961807.

HSL color Cylindrical-coordinate representation of color #0FAD0E: hue angle of 119.62º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0FAD0E is Cyan = 0.91, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.32.

Color convert

RGB 15 173 14 -
CMYK 0.91 0 0.92 0.32
HSL 119.62º 0.85% 0.37% -
HSV(B) 119.62º 0.92% 0.68% -
XYZ 15.22 30.02 5.41 -
YUV 107.63 75.15 61.93 -
System Red Green Blue C M Y K H S L
Decimal 15 173 14 0.91 0 0.92 0.32 119.62 0.85 0.37
Hex F AD E 5B 0 5C 20 78 55 25
Octal 17 255 16 133 0 134 40 170 125 45
Binary 1111 10101101 1110 1011011 0 1011100 100000 1111000 1010101 100101

Color Harmonies of #0FAD0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAD0E

Black with #0FAD0E

Text Example


Text Example

White with #0FAD0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,173,14); }

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

background-color css

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

 a { background-color: rgb(15,173,14); }

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

border-color css

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

 span { border-color: rgb(15,173,14); }

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