Html Css Color HEX #0FA812 Islamic Green

📋 copy color: '#0FA812'

red 15 ◦ green 168 ◦ blue 18

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

Shades of Islamic Green #0FA812

Tints of Islamic Green #0FA812

RGB

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

 GREEN value IS 168 (66.02% from 255) = 83.58%

 BLUE value IS 18 (7.42% from 255) = 8.96%

R = 7.46%
G = 83.58%
B = 8.96%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.89

 K value IS 0.34

RGB Variations

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

Color information

#0FA812 (or 0x0FA812) is known color: Islamic Green. HEX triplet: 0F, A8 and 12. RGB value is (15,168,18). Sum of RGB (Red+Green+Blue) = 15+168+18=201 (26% of max value = 765). Red value is 15 (6.25% from 255 or 7.46% from 201); Green value is 168 (66.02% from 255 or 83.58% from 201); Blue value is 18 (7.42% from 255 or 8.96% from 201); Max value from RGB is 168 - color contains mainly: green. Hex color #0FA812 is not a web safe color. Web safe color analog (approx): #009900. Inversed color of #0FA812 is #F057ED. Grayscale: #696969. Windows color (decimal): -15751150 or 1222671. OLE color: 1222671.

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

Color convert

RGB 15 168 18 -
CMYK 0.91 0 0.89 0.34
HSL 121.18º 0.84% 0.36% -
HSV(B) 121.18º 0.91% 0.66% -
XYZ 14.31 28.15 5.25 -
YUV 105.15 78.81 63.7 -
System Red Green Blue C M Y K H S L
Decimal 15 168 18 0.91 0 0.89 0.34 121.18 0.84 0.36
Hex F A8 12 5B 0 59 22 79 54 24
Octal 17 250 22 133 0 131 42 171 124 44
Binary 1111 10101000 10010 1011011 0 1011001 100010 1111001 1010100 100100

Color Harmonies of #0FA812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FA812

Black with #0FA812

Text Example


Text Example

White with #0FA812

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,168,18); }

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

background-color css

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

 a { background-color: rgb(15,168,18); }

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

border-color css

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

 span { border-color: rgb(15,168,18); }

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