Html Css Color HEX #0FA419 Islamic Green

📋 copy color: '#0FA419'

red 15 ◦ green 164 ◦ blue 25

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

Shades of Islamic Green #0FA419

Tints of Islamic Green #0FA419

RGB

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

 GREEN value IS 164 (64.45% from 255) = 80.39%

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

R = 7.35%
G = 80.39%
B = 12.25%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#0FA419 (or 0x0FA419) is known color: Islamic Green. HEX triplet: 0F, A4 and 19. RGB value is (15,164,25). Sum of RGB (Red+Green+Blue) = 15+164+25=204 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.35% from 204); Green value is 164 (64.45% from 255 or 80.39% from 204); Blue value is 25 (10.16% from 255 or 12.25% from 204); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA419 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA419 is #F05BE6. Grayscale: #686868. Windows color (decimal): -15752167 or 1680399. OLE color: 1680399.

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

Color convert

RGB 15 164 25 -
CMYK 0.91 0 0.85 0.36
HSL 124.03º 0.83% 0.35% -
HSV(B) 124.03º 0.91% 0.64% -
XYZ 13.65 26.72 5.36 -
YUV 103.6 83.64 64.8 -
System Red Green Blue C M Y K H S L
Decimal 15 164 25 0.91 0 0.85 0.36 124.03 0.83 0.35
Hex F A4 19 5B 0 55 24 7C 53 23
Octal 17 244 31 133 0 125 44 174 123 43
Binary 1111 10100100 11001 1011011 0 1010101 100100 1111100 1010011 100011

Color Harmonies of #0FA419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA419

Black with #0FA419

Text Example


Text Example

White with #0FA419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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