Html Css Color HEX #0FAE16 Islamic Green

📋 copy color: '#0FAE16'

red 15 ◦ green 174 ◦ blue 22

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

Shades of Islamic Green #0FAE16

Tints of Islamic Green #0FAE16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 10.43%

R = 7.11%
G = 82.46%
B = 10.43%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.32

RGB Variations

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

Color information

#0FAE16 (or 0x0FAE16) is known color: Islamic Green. HEX triplet: 0F, AE and 16. RGB value is (15,174,22). Sum of RGB (Red+Green+Blue) = 15+174+22=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 174 (68.36% from 255 or 82.46% from 211); Blue value is 22 (8.98% from 255 or 10.43% from 211); Max value from RGB is 174 - color contains mainly: green. Hex color #0FAE16 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAE16 is #F051E9. Grayscale: #6D6D6D. Windows color (decimal): -15749610 or 1486351. OLE color: 1486351.

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

Color convert

RGB 15 174 22 -
CMYK 0.91 0 0.87 0.32
HSL 122.64º 0.84% 0.37% -
HSV(B) 122.64º 0.91% 0.68% -
XYZ 15.48 30.43 5.82 -
YUV 109.13 78.82 60.86 -
System Red Green Blue C M Y K H S L
Decimal 15 174 22 0.91 0 0.87 0.32 122.64 0.84 0.37
Hex F AE 16 5B 0 57 20 7B 54 25
Octal 17 256 26 133 0 127 40 173 124 45
Binary 1111 10101110 10110 1011011 0 1010111 100000 1111011 1010100 100101

Color Harmonies of #0FAE16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAE16

Black with #0FAE16

Text Example


Text Example

White with #0FAE16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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