Html Css Color HEX #0FAE11 Islamic Green

📋 copy color: '#0FAE11'

red 15 ◦ green 174 ◦ blue 17

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

Shades of Islamic Green #0FAE11

Tints of Islamic Green #0FAE11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 8.25%

R = 7.28%
G = 84.47%
B = 8.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.90

 K value IS 0.32

RGB Variations

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

Color information

#0FAE11 (or 0x0FAE11) is known color: Islamic Green. HEX triplet: 0F, AE and 11. RGB value is (15,174,17). Sum of RGB (Red+Green+Blue) = 15+174+17=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 174 (68.36% from 255 or 84.47% from 206); Blue value is 17 (7.03% from 255 or 8.25% from 206); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE11 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAE11 is #F051EE. Grayscale: #6D6D6D. Windows color (decimal): -15749615 or 1158671. OLE color: 1158671.

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

Color convert

RGB 15 174 17 -
CMYK 0.91 0 0.90 0.32
HSL 120.75º 0.84% 0.37% -
HSV(B) 120.75º 0.91% 0.68% -
XYZ 15.43 30.41 5.59 -
YUV 108.56 76.32 61.27 -
System Red Green Blue C M Y K H S L
Decimal 15 174 17 0.91 0 0.90 0.32 120.75 0.84 0.37
Hex F AE 11 5B 0 5A 20 79 54 25
Octal 17 256 21 133 0 132 40 171 124 45
Binary 1111 10101110 10001 1011011 0 1011010 100000 1111001 1010100 100101

Color Harmonies of #0FAE11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE11

Black with #0FAE11

Text Example


Text Example

White with #0FAE11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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