Html Css Color HEX #0FAF1C Islamic Green

📋 copy color: '#0FAF1C'

red 15 ◦ green 175 ◦ blue 28

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

Shades of Islamic Green #0FAF1C

Tints of Islamic Green #0FAF1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.84%

R = 6.88%
G = 80.28%
B = 12.84%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.31

RGB Variations

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

Color information

#0FAF1C (or 0x0FAF1C) is known color: Islamic Green. HEX triplet: 0F, AF and 1C. RGB value is (15,175,28). Sum of RGB (Red+Green+Blue) = 15+175+28=218 (28% of max value = 765). Red value is 15 (6.25% from 255 or 6.88% from 218); Green value is 175 (68.75% from 255 or 80.28% from 218); Blue value is 28 (11.33% from 255 or 12.84% from 218); Max value from RGB is 175 - color contains mainly: green. Hex color #0FAF1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAF1C is #F050E3. Grayscale: #6E6E6E. Windows color (decimal): -15749348 or 1879823. OLE color: 1879823.

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

Color convert

RGB 15 175 28 -
CMYK 0.91 0 0.84 0.31
HSL 124.88º 0.84% 0.37% -
HSV(B) 124.88º 0.91% 0.69% -
XYZ 15.74 30.85 6.22 -
YUV 110.4 81.49 59.95 -
System Red Green Blue C M Y K H S L
Decimal 15 175 28 0.91 0 0.84 0.31 124.88 0.84 0.37
Hex F AF 1C 5B 0 54 1F 7D 54 25
Octal 17 257 34 133 0 124 37 175 124 45
Binary 1111 10101111 11100 1011011 0 1010100 11111 1111101 1010100 100101

Color Harmonies of #0FAF1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAF1C

Black with #0FAF1C

Text Example


Text Example

White with #0FAF1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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