Html Css Color HEX #0FAB19 Islamic Green

📋 copy color: '#0FAB19'

red 15 ◦ green 171 ◦ blue 25

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

Shades of Islamic Green #0FAB19

Tints of Islamic Green #0FAB19

RGB

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

 GREEN value IS 171 (67.19% from 255) = 81.04%

 BLUE value IS 25 (10.16% from 255) = 11.85%

R = 7.11%
G = 81.04%
B = 11.85%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#0FAB19 (or 0x0FAB19) is known color: Islamic Green. HEX triplet: 0F, AB and 19. RGB value is (15,171,25). Sum of RGB (Red+Green+Blue) = 15+171+25=211 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.11% from 211); Green value is 171 (67.19% from 255 or 81.04% from 211); Blue value is 25 (10.16% from 255 or 11.85% from 211); Max value from RGB is 171 - color contains mainly: green. Hex color #0FAB19 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FAB19 is #F054E6. Grayscale: #6C6C6C. Windows color (decimal): -15750375 or 1682191. OLE color: 1682191.

HSL color Cylindrical-coordinate representation of color #0FAB19: hue angle of 123.85º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FAB19 is Cyan = 0.91, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.33.

Color convert

RGB 15 171 25 -
CMYK 0.91 0 0.85 0.33
HSL 123.85º 0.84% 0.36% -
HSV(B) 123.85º 0.91% 0.67% -
XYZ 14.94 29.3 5.79 -
YUV 107.71 81.32 61.87 -
System Red Green Blue C M Y K H S L
Decimal 15 171 25 0.91 0 0.85 0.33 123.85 0.84 0.36
Hex F AB 19 5B 0 55 21 7C 54 24
Octal 17 253 31 133 0 125 41 174 124 44
Binary 1111 10101011 11001 1011011 0 1010101 100001 1111100 1010100 100100

Color Harmonies of #0FAB19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAB19

Black with #0FAB19

Text Example


Text Example

White with #0FAB19

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,171,25); }

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

background-color css

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

 a { background-color: rgb(15,171,25); }

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

border-color css

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

 span { border-color: rgb(15,171,25); }

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