Html Css Color HEX #0FAA1C Islamic Green

📋 copy color: '#0FAA1C'

red 15 ◦ green 170 ◦ blue 28

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

Shades of Islamic Green #0FAA1C

Tints of Islamic Green #0FAA1C

RGB

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

 GREEN value IS 170 (66.8% from 255) = 79.81%

 BLUE value IS 28 (11.33% from 255) = 13.15%

R = 7.04%
G = 79.81%
B = 13.15%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#0FAA1C (or 0x0FAA1C) is known color: Islamic Green. HEX triplet: 0F, AA and 1C. RGB value is (15,170,28). Sum of RGB (Red+Green+Blue) = 15+170+28=213 (28% of max value = 765). Red value is 15 (6.25% from 255 or 7.04% from 213); Green value is 170 (66.80% from 255 or 79.81% from 213); Blue value is 28 (11.33% from 255 or 13.15% from 213); Max value from RGB is 170 - color contains mainly: green. Hex color #0FAA1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #0FAA1C is #F055E3. Grayscale: #6B6B6B. Windows color (decimal): -15750628 or 1878543. OLE color: 1878543.

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

Color convert

RGB 15 170 28 -
CMYK 0.91 0 0.84 0.33
HSL 125.03º 0.84% 0.36% -
HSV(B) 125.03º 0.91% 0.67% -
XYZ 14.78 28.93 5.9 -
YUV 107.47 83.15 62.05 -
System Red Green Blue C M Y K H S L
Decimal 15 170 28 0.91 0 0.84 0.33 125.03 0.84 0.36
Hex F AA 1C 5B 0 54 21 7D 54 24
Octal 17 252 34 133 0 124 41 175 124 44
Binary 1111 10101010 11100 1011011 0 1010100 100001 1111101 1010100 100100

Color Harmonies of #0FAA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0FAA1C

Black with #0FAA1C

Text Example


Text Example

White with #0FAA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,170,28); }

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

background-color css

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

 a { background-color: rgb(15,170,28); }

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

border-color css

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

 span { border-color: rgb(15,170,28); }

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