Html Css Color HEX #0FA61B Islamic Green

📋 copy color: '#0FA61B'

red 15 ◦ green 166 ◦ blue 27

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

Shades of Islamic Green #0FA61B

Tints of Islamic Green #0FA61B

RGB

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

 GREEN value IS 166 (65.23% from 255) = 79.81%

 BLUE value IS 27 (10.94% from 255) = 12.98%

R = 7.21%
G = 79.81%
B = 12.98%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.35

RGB Variations

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

Color information

#0FA61B (or 0x0FA61B) is known color: Islamic Green. HEX triplet: 0F, A6 and 1B. RGB value is (15,166,27). Sum of RGB (Red+Green+Blue) = 15+166+27=208 (27% of max value = 765). Red value is 15 (6.25% from 255 or 7.21% from 208); Green value is 166 (65.23% from 255 or 79.81% from 208); Blue value is 27 (10.94% from 255 or 12.98% from 208); Max value from RGB is 166 - color contains mainly: green. Hex color #0FA61B is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FA61B is #F059E4. Grayscale: #696969. Windows color (decimal): -15751653 or 1811983. OLE color: 1811983.

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

Color convert

RGB 15 166 27 -
CMYK 0.91 0 0.84 0.35
HSL 124.77º 0.83% 0.35% -
HSV(B) 124.77º 0.91% 0.65% -
XYZ 14.03 27.45 5.6 -
YUV 105.01 83.97 63.8 -
System Red Green Blue C M Y K H S L
Decimal 15 166 27 0.91 0 0.84 0.35 124.77 0.83 0.35
Hex F A6 1B 5B 0 54 23 7D 53 23
Octal 17 246 33 133 0 124 43 175 123 43
Binary 1111 10100110 11011 1011011 0 1010100 100011 1111101 1010011 100011

Color Harmonies of #0FA61B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA61B

Black with #0FA61B

Text Example


Text Example

White with #0FA61B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,166,27); }

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

background-color css

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

 a { background-color: rgb(15,166,27); }

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

border-color css

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

 span { border-color: rgb(15,166,27); }

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