Html Css Color HEX #0FAF10 Islamic Green

📋 copy color: '#0FAF10'

red 15 ◦ green 175 ◦ blue 16

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

Shades of Islamic Green #0FAF10

Tints of Islamic Green #0FAF10

RGB

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

 GREEN value IS 175 (68.75% from 255) = 84.95%

 BLUE value IS 16 (6.64% from 255) = 7.77%

R = 7.28%
G = 84.95%
B = 7.77%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.91

 K value IS 0.31

RGB Variations

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

Color information

#0FAF10 (or 0x0FAF10) is known color: Islamic Green. HEX triplet: 0F, AF and 10. RGB value is (15,175,16). Sum of RGB (Red+Green+Blue) = 15+175+16=206 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.28% from 206); Green value is 175 (68.75% from 255 or 84.95% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF10 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAF10 is #F050EF. Grayscale: #6D6D6D. Windows color (decimal): -15749360 or 1093391. OLE color: 1093391.

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

Color convert

RGB 15 175 16 -
CMYK 0.91 0 0.91 0.31
HSL 120.38º 0.84% 0.37% -
HSV(B) 120.38º 0.91% 0.69% -
XYZ 15.62 30.8 5.61 -
YUV 109.03 75.49 60.93 -
System Red Green Blue C M Y K H S L
Decimal 15 175 16 0.91 0 0.91 0.31 120.38 0.84 0.37
Hex F AF 10 5B 0 5B 1F 78 54 25
Octal 17 257 20 133 0 133 37 170 124 45
Binary 1111 10101111 10000 1011011 0 1011011 11111 1111000 1010100 100101

Color Harmonies of #0FAF10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF10

Black with #0FAF10

Text Example


Text Example

White with #0FAF10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,175,16); }

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

background-color css

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

 a { background-color: rgb(15,175,16); }

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

border-color css

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

 span { border-color: rgb(15,175,16); }

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