Html Css Color HEX #0FA415 Islamic Green

📋 copy color: '#0FA415'

red 15 ◦ green 164 ◦ blue 21

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

Shades of Islamic Green #0FA415

Tints of Islamic Green #0FA415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 10.5%

R = 7.5%
G = 82%
B = 10.5%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#0FA415 (or 0x0FA415) is known color: Islamic Green. HEX triplet: 0F, A4 and 15. RGB value is (15,164,21). Sum of RGB (Red+Green+Blue) = 15+164+21=200 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.5% from 200); Green value is 164 (64.45% from 255 or 82% from 200); Blue value is 21 (8.59% from 255 or 10.5% from 200); Max value from RGB is 164 - color contains mainly: green. Hex color #0FA415 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA415 is #F05BEA. Grayscale: #676767. Windows color (decimal): -15752171 or 1418255. OLE color: 1418255.

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

Color convert

RGB 15 164 21 -
CMYK 0.91 0 0.87 0.36
HSL 122.42º 0.83% 0.35% -
HSV(B) 122.42º 0.91% 0.64% -
XYZ 13.61 26.71 5.15 -
YUV 103.15 81.64 65.13 -
System Red Green Blue C M Y K H S L
Decimal 15 164 21 0.91 0 0.87 0.36 122.42 0.83 0.35
Hex F A4 15 5B 0 57 24 7A 53 23
Octal 17 244 25 133 0 127 44 172 123 43
Binary 1111 10100100 10101 1011011 0 1010111 100100 1111010 1010011 100011

Color Harmonies of #0FA415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA415

Black with #0FA415

Text Example


Text Example

White with #0FA415

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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