Html Css Color HEX #0FAE13 Islamic Green

📋 copy color: '#0FAE13'

red 15 ◦ green 174 ◦ blue 19

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

Shades of Islamic Green #0FAE13

Tints of Islamic Green #0FAE13

RGB

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

 GREEN value IS 174 (68.36% from 255) = 83.65%

 BLUE value IS 19 (7.81% from 255) = 9.13%

R = 7.21%
G = 83.65%
B = 9.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.32

RGB Variations

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

Color information

#0FAE13 (or 0x0FAE13) is known color: Islamic Green. HEX triplet: 0F, AE and 13. RGB value is (15,174,19). Sum of RGB (Red+Green+Blue) = 15+174+19=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 174 (68.36% from 255 or 83.65% from 208); Blue value is 19 (7.81% from 255 or 9.13% from 208); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE13 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAE13 is #F051EC. Grayscale: #6D6D6D. Windows color (decimal): -15749613 or 1289743. OLE color: 1289743.

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

Color convert

RGB 15 174 19 -
CMYK 0.91 0 0.89 0.32
HSL 121.51º 0.84% 0.37% -
HSV(B) 121.51º 0.91% 0.68% -
XYZ 15.45 30.42 5.67 -
YUV 108.79 77.32 61.1 -
System Red Green Blue C M Y K H S L
Decimal 15 174 19 0.91 0 0.89 0.32 121.51 0.84 0.37
Hex F AE 13 5B 0 59 20 7A 54 25
Octal 17 256 23 133 0 131 40 172 124 45
Binary 1111 10101110 10011 1011011 0 1011001 100000 1111010 1010100 100101

Color Harmonies of #0FAE13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE13

Black with #0FAE13

Text Example


Text Example

White with #0FAE13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,174,19); }

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

background-color css

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

 a { background-color: rgb(15,174,19); }

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

border-color css

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

 span { border-color: rgb(15,174,19); }

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