Html Css Color HEX #0FA119 Islamic Green

📋 copy color: '#0FA119'

red 15 ◦ green 161 ◦ blue 25

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

Shades of Islamic Green #0FA119

Tints of Islamic Green #0FA119

RGB

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

 GREEN value IS 161 (63.28% from 255) = 80.1%

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

R = 7.46%
G = 80.1%
B = 12.44%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.37

RGB Variations

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

Color information

#0FA119 (or 0x0FA119) is known color: Islamic Green. HEX triplet: 0F, A1 and 19. RGB value is (15,161,25). Sum of RGB (Red+Green+Blue) = 15+161+25=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 161 (63.28% from 255 or 80.10% from 201); Blue value is 25 (10.16% from 255 or 12.44% from 201); Max value from RGB is 161 - color contains mainly: green. Hex color #0FA119 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA119 is #F05EE6. Grayscale: #666666. Windows color (decimal): -15752935 or 1679631. OLE color: 1679631.

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

Color convert

RGB 15 161 25 -
CMYK 0.91 0 0.84 0.37
HSL 124.11º 0.83% 0.35% -
HSV(B) 124.11º 0.91% 0.63% -
XYZ 13.12 25.66 5.18 -
YUV 101.84 84.63 66.06 -
System Red Green Blue C M Y K H S L
Decimal 15 161 25 0.91 0 0.84 0.37 124.11 0.83 0.35
Hex F A1 19 5B 0 54 25 7C 53 23
Octal 17 241 31 133 0 124 45 174 123 43
Binary 1111 10100001 11001 1011011 0 1010100 100101 1111100 1010011 100011

Color Harmonies of #0FA119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA119

Black with #0FA119

Text Example


Text Example

White with #0FA119

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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